Skip to content
Snippets Groups Projects
Commit 5a51a8d2 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Update the example opts files with symlink to sources

parent 17dbb938
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,5 @@ CMAKE_FLAGS="
-DCMAKE_CXX_COMPILER='/usr/bin/g++'
-DCMAKE_CXX_FLAGS_DEBUG='-O0 -ggdb -Wall'
-DCMAKE_BUILD_TYPE=Debug
-DDUNE_SYMLINK_TO_SOURCE_TREE=1
"
......@@ -4,4 +4,5 @@ CMAKE_FLAGS="
-DCMAKE_CXX_COMPILER='/usr/bin/g++'
-DCMAKE_CXX_FLAGS_RELEASE='-O3 -DNDEBUG -g0 -Wno-deprecated-declarations -funroll-loops'
-DCMAKE_BUILD_TYPE=Release
-DDUNE_SYMLINK_TO_SOURCE_TREE=1
"
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