Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
fe0e4a8a
Commit
fe0e4a8a
authored
Mar 02, 2017
by
Tiago Peixoto
Browse files
configure.ac: Move -D flags to CPPFLAGS
parent
49714e7f
Pipeline
#280
passed with stage
in 481 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
fe0e4a8a
...
...
@@ -55,14 +55,14 @@ AC_ARG_ENABLE([debug],
[CXXFLAGS="-g ${CXXFLAGS}"]
[AC_MSG_RESULT(yes)]
else
[C
XX
FLAGS="-DNDEBUG ${C
XX
FLAGS}"]
[C
PP
FLAGS="-DNDEBUG ${C
PP
FLAGS}"]
[AC_MSG_RESULT(no)]
fi,
[C
XX
FLAGS="-DNDEBUG ${C
XX
FLAGS}"]
[C
PP
FLAGS="-DNDEBUG ${C
PP
FLAGS}"]
[AC_MSG_RESULT(no)])
dnl set template depth
[CXXFLAGS="-ftemplate-depth-250
${CXXFLAGS}"]
[CXXFLAGS="-ftemplate-depth-250 ${CXXFLAGS}"]
dnl disable deprecation warning, to silence some harmless BGL-related warnings
[CXXFLAGS="-Wno-deprecated ${CXXFLAGS}"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment