Skip to content

Commit

Permalink
Pre-release default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Dec 19, 2020
1 parent ac28f7f commit 15fd3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ endif()
option(TTK_ENABLE_64BIT_IDS "Enable processing on large datasets" OFF)
mark_as_advanced(TTK_ENABLE_64BIT_IDS)

option(TTK_ENABLE_KAMIKAZE "Enable Kamikaze compilation mode" OFF)
option(TTK_ENABLE_KAMIKAZE "Enable Kamikaze compilation mode" ON)
mark_as_advanced(TTK_ENABLE_KAMIKAZE)

option(TTK_ENABLE_CPU_OPTIMIZATION "Enable native CPU optimizations" ON)
mark_as_advanced(TTK_ENABLE_CPU_OPTIMIZATION)

option(TTK_ENABLE_DOUBLE_TEMPLATING "Use double templating for bivariate data" OFF)
option(TTK_ENABLE_DOUBLE_TEMPLATING "Use double templating for bivariate data" ON)
mark_as_advanced(TTK_ENABLE_DOUBLE_TEMPLATING)

option(TTK_ENABLE_SHARED_BASE_LIBRARIES "Generate shared base libraries instead of static ones" ON)
Expand Down

0 comments on commit 15fd3ec

Please sign in to comment.