Changing compilation flag for c++11

This commit is contained in:
aletempiac 2024-02-08 15:11:58 +01:00
parent 3f80b202cd
commit 9eb32f0766
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ ifdef ABC_USE_LIBSTDCXX
endif
$(info $(MSG_PREFIX)Using CFLAGS=$(CFLAGS))
CXXFLAGS += $(CFLAGS) -std=c++17
CXXFLAGS += $(CFLAGS) -std=c++11
SRC :=
GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags