Some more building.

This commit is contained in:
David Given
2025-08-28 21:23:22 +02:00
3 changed files with 6 additions and 2 deletions

5
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "src/gui2/imhex"]
[submodule "dep/imhex"]
path = dep/imhex
url = git@github.com:WerWolv/ImHex.git
[submodule "dep/libwolv"]
path = dep/libwolv
url = git@github.com:WerWolv/libwolv.git

View File

@@ -28,7 +28,7 @@ ifeq ($(BUILDTYPE),windows)
EXT = .exe
else
CC = gcc
CXX = g++ -std=c++20
CXX = g++ -std=c++23
CFLAGS = -g -O3 \
-Wno-unknown-warning-option
CXXFLAGS += \

1
dep/libwolv Submodule

Submodule dep/libwolv added at 56f77945fe