Skip to content
Snippets Groups Projects
Commit ef567d1b authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

added NDEBUG for optim mode

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@198 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 0ad9f4fd
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ FLAGS="-Wall"
DEBUGFLAGS="-g"
# additional flags for optimization
OPTIMFLAGS="-O3 -unroll"
OPTIMFLAGS="-O3 -unroll -DNDEBUG"
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