mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Some more building.
This commit is contained in:
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -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
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
1
dep/libwolv
Submodule
Submodule dep/libwolv added at 56f77945fe
Reference in New Issue
Block a user