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
Olena
olena
Commits
8adc75d9
Commit
8adc75d9
authored
Jan 10, 2011
by
Roland Levillain
Browse files
configure.ac (APPS_CXXFLAGS_NODEBUG): New precious variable.
parent
26be3832
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8adc75d9
2011-01-10 Roland Levillain <roland@lrde.epita.fr>
* configure.ac (APPS_CXXFLAGS_NODEBUG): New precious variable.
2011-01-10 Roland Levillain <roland@lrde.epita.fr>
* configure.ac: Configure milena/apps/bench/Makefile.
...
...
configure.ac
View file @
8adc75d9
...
...
@@ -636,6 +636,13 @@ if test -z "$APPS_CXXFLAGS"; then
APPS_CXXFLAGS="-O3 -DNDEBUG -g $WARNINGS_CXXFLAGS"
fi
fi
# Likewise, without debugging information.
AC_ARG_VAR([APPS_CXXFLAGS_NODEBUG],
[C++ compiler flags for applications w/o debug symbols])
if test -z "$APPS_CXXFLAGS_NODEBUG" && test "$GXX" = yes; then
APPS_CXXFLAGS_NODEBUG="-O3 -DNDEBUG $WARNINGS_CXXFLAGS"
fi
## ------- ##
## Tools. ##
...
...
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