Skip to content
Snippets Groups Projects
Commit 8ee776da authored by jonathan.froehlich's avatar jonathan.froehlich
Browse files

Using fast compiler flag

parent 7d8f3f8c
No related branches found
No related tags found
2 merge requests!183Resolve "Resolve deprecated warnings",!182Resolve "Implement Oscillation test"
......@@ -8,8 +8,8 @@ add_compile_options(-Werror=return-type)
#set_option(COMPILER_OPTIMIZE -O3)
set_option(SPACE_DIM 3)
set_option(USE_DATAMESH ON)
set_option(MPP_BUILD_TYPE MppDebug)
#set_option(MPP_BUILD_TYPE MppRelease)
set_option(MPP_BUILD_TYPE MppRelease) #[MppDebug, MppDebugFast, MppRelease]
set_option(SUPPRESS_WARNINGS OFF)
set_option(AFFINE_LINEAR_TRAFO ON)
set_option(BUILD_TESTS OFF)
......
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