Skip to content
Snippets Groups Projects
Commit 9c0ddcb3 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Added NDEBUG flag to Makefile for AMDiS codes.

parent 337119e6
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ endif
# ============================================================================
ifeq ($(strip $(DEBUG)), 0)
CPPFLAGS += -O3
CPPFLAGS += -O3 -DNDEBUG
else
CPPFLAGS += -g -O0 -DDEBUG=1
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment