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
ca651e2d
Commit
ca651e2d
authored
Feb 12, 2013
by
Tiago Peixoto
Browse files
Invert order of compiler warning flags so they can be overridden
parent
2850c93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ca651e2d
...
...
@@ -34,7 +34,7 @@ AC_PROG_INSTALL
AC_CANONICAL_TARGET
dnl turn on warnings
[CXXFLAGS="
${CXXFLAGS}
-Wall -Wextra"]
[CXXFLAGS="-Wall -Wextra
${CXXFLAGS}
"]
dnl Checks for options
...
...
Write
Preview
Supports
Markdown
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