Patch up for the libfmt change and update to c++20.Patch up for the

libfmt change and update to c++20.
This commit is contained in:
David Given
2025-03-12 01:22:18 +01:00
parent f5adb89338
commit 0f763fe06b
6 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ export BUILDTYPE
ifeq ($(BUILDTYPE),windows)
MINGW = i686-w64-mingw32-
CC = $(MINGW)gcc
CXX = $(MINGW)g++ -std=c++17
CXX = $(MINGW)g++ -std=c++20
CFLAGS += -g -O3
CXXFLAGS += \
-fext-numeric-literals \