Skip to content
Snippets Groups Projects
Commit 89ccd859 authored by Laura Stengel's avatar Laura Stengel
Browse files

changed MppDebug to MppRelease in CMakeLists

parent 1bf0fa01
No related branches found
No related tags found
No related merge requests found
Pipeline #360076 passed
......@@ -8,7 +8,7 @@ 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) #[MppDebug, MppDebugFast, MppRelease]
set_option(MPP_BUILD_TYPE MppRelease) #[MppDebug, MppDebugFast, MppRelease]
set_option(SUPPRESS_WARNINGS OFF)
set_option(AFFINE_LINEAR_TRAFO ON)
......
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