We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5654d4f commit d03eaafCopy full SHA for d03eaaf
Makefile.am
@@ -18,8 +18,11 @@ EXTRA_DIST = README.md
18
19
ACLOCAL_AMFLAGS = -I m4
20
21
-CXXFLAGS = -Wall -Wextra -Wpedantic
22
-CXXFLAGS += -O3 -DNDEBUG
+# For thing we don't want users to override
+AM_CXXFLAGS = -Wall -Wextra -Wpedantic
23
+
24
+# Users can override this; by default it would get -O2 -g
25
+CXXFLAGS = -O3 -DNDEBUG
26
27
lib_LIBRARIES = libsmithlab_cpp.a
28
0 commit comments