Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
81b79e19
Commit
81b79e19
authored
May 24, 2010
by
David Goodell
Browse files
[svn-r6731] add "-DNVALGRIND" to build flags under --enable-fast
Reviewed by buntinas@.
parent
197bc903
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
81b79e19
...
...
@@ -1231,10 +1231,10 @@ if test "$enable_append_g" = "yes" ; then
F90FLAGS="$F90FLAGS -g"
fi
if test "$enable_append_ndebug" = "yes" ; then
CFLAGS="$CFLAGS -DNDEBUG"
CXXFLAGS="$CXXFLAGS -DNDEBUG"
FFLAGS="$FFLAGS -DNDEBUG"
F90FLAGS="$F90FLAGS -DNDEBUG"
CFLAGS="$CFLAGS -DNDEBUG
-DNVALGRIND
"
CXXFLAGS="$CXXFLAGS -DNDEBUG
-DNVALGRIND
"
FFLAGS="$FFLAGS -DNDEBUG
-DNVALGRIND
"
F90FLAGS="$F90FLAGS -DNDEBUG
-DNVALGRIND
"
fi
if test -n "$perform_meminit" ; then
AC_DEFINE(MPICH_DEBUG_MEMINIT,1,[Define to enable preinitialization of memory used by structures and unions])
...
...
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