Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
67a48335
Commit
67a48335
authored
Aug 21, 2013
by
Alexandre Duret-Lutz
Browse files
Fix --enable-optimization, not to reset CXXFLAGS.
* m4/gccoptim.m4: Typo.
parent
a30a5958
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/gccoptim.m4
View file @
67a48335
...
...
@@ -49,7 +49,7 @@ EOF
done
rm -f conftest*
AC_LANG_POP([C++])
CXXFLAGS="$cf_save_CFLAGS $ac_cv_prog_gxx_opt_flags"])
CXXFLAGS="$cf_save_C
XX
FLAGS $ac_cv_prog_gxx_opt_flags"])
else
case $enable_optimizations in
no) ;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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