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

standard optim flags.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@851 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent e7dd0c4f
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,4 @@ FLAGS="-Wall" ...@@ -12,4 +12,4 @@ FLAGS="-Wall"
DEBUGFLAGS="-g" DEBUGFLAGS="-g"
# additional flags for optimization # additional flags for optimization
OPTIMFLAGS="-O3 -funroll-loops -DNDEBUG --param max-inline-insns-single=1000 --param large-function-growth=1500" OPTIMFLAGS="-O3 -funroll-loops -DNDEBUG -finline-functions"
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