Skip to content

Commit 3821c52

Browse files
Merge branch 'master' of github.com:highperformancecoder/ecolab
2 parents ebb16a3 + 1978fe1 commit 3821c52

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

include/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ ifdef AEGIS
128128
# for now, we maintain the code for C++98 standard
129129
# noexcept-type is a warning about ABI changes coming in C++17
130130
# Travis complains about unused-local-typedefs, so shut it up.
131-
CXXFLAGS+=-Wno-noexcept-type -Wno-unused-local-typedefs -Wno-class-memaccess
131+
CXXFLAGS+=-std=c++20 -Wno-noexcept-type -Wno-unused-local-typedefs -Wno-class-memaccess
132132
endif
133-
CXXFLAGS+=-std=c++20
134133

135134
ifndef MXE
136135
# needed for generating .so files

0 commit comments

Comments
 (0)