|
@@ -8,8 +8,8 @@ PACKAGE_MAIL = @PACKAGE_MAIL@
|
|
|
# C++ compiler options
|
|
# C++ compiler options
|
|
|
CC = @CC@
|
|
CC = @CC@
|
|
|
CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT -D_FORTIFY_SOURCE=2
|
|
CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT -D_FORTIFY_SOURCE=2
|
|
|
-CXX = @CXX@
|
|
|
|
|
-CXXFLAGS+= @CXXFLAGS@ -std=c++11 -Wall -Wextra
|
|
|
|
|
|
|
+CXX = @CXX@ -std=c++11
|
|
|
|
|
+CXXFLAGS+= @CXXFLAGS@ -Wall -Wextra
|
|
|
CXXFLAGS+= -Wcast-align -Wlogical-op -Wredundant-decls -Wmissing-declarations -Wunsafe-loop-optimizations
|
|
CXXFLAGS+= -Wcast-align -Wlogical-op -Wredundant-decls -Wmissing-declarations -Wunsafe-loop-optimizations
|
|
|
CXXFLAGS+= -Wctor-dtor-privacy -Wdisabled-optimization -Winit-self -Wmissing-include-dirs -Wnoexcept -Wsign-promo -Wundef
|
|
CXXFLAGS+= -Wctor-dtor-privacy -Wdisabled-optimization -Winit-self -Wmissing-include-dirs -Wnoexcept -Wsign-promo -Wundef
|
|
|
# suggests methods which already have such an attribute
|
|
# suggests methods which already have such an attribute
|