There was an error while loading. Please reload this page.
1 parent f32c01b commit 3aa278eCopy full SHA for 3aa278e
1 file changed
Makefile.linux
@@ -15,6 +15,9 @@ ifeq ($(shell expr match $(CXX) 'clang'),5)
15
NEEDED_CXXFLAGS += -std=c++20
16
else ifeq ($(shell expr match ${CXXVER} "10"),2) # gcc 10
17
NEEDED_CXXFLAGS += -std=c++17
18
+else ifeq ($(shell expr match ${CXXVER} "12"),2) # gcc 12
19
+# for Debian 12 with boost 1.74
20
+ NEEDED_CXXFLAGS += -std=c++17
21
else ifeq ($(shell expr match ${CXXVER} "1[1-9]"),2) # gcc 11+
22
23
else # not supported
0 commit comments