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
iwr
amdis
Commits
9c0ddcb3
Commit
9c0ddcb3
authored
Feb 24, 2011
by
Thomas Witkowski
Browse files
Added NDEBUG flag to Makefile for AMDiS codes.
parent
337119e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/other/include/Makefile_AMDiS.mk
View file @
9c0ddcb3
...
...
@@ -108,7 +108,7 @@ endif
# ============================================================================
ifeq
($(strip $(DEBUG)), 0)
CPPFLAGS
+=
-O3
CPPFLAGS
+=
-O3
-DNDEBUG
else
CPPFLAGS
+=
-g
-O0
-DDEBUG
=
1
endif
...
...
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