Skip to content

Commit 9b6ff4f

Browse files
committed
release default flags
1 parent f589660 commit 9b6ff4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ endif()
9898
option(TTK_ENABLE_64BIT_IDS "Enable processing on large datasets" OFF)
9999
mark_as_advanced(TTK_ENABLE_64BIT_IDS)
100100

101-
option(TTK_ENABLE_KAMIKAZE "Enable Kamikaze compilation mode" OFF)
101+
option(TTK_ENABLE_KAMIKAZE "Enable Kamikaze compilation mode" ON)
102102
mark_as_advanced(TTK_ENABLE_KAMIKAZE)
103103

104104
option(TTK_ENABLE_CPU_OPTIMIZATION "Enable native CPU optimizations" ON)
@@ -108,7 +108,7 @@ set(TTK_IMPLICIT_PRECONDITIONS_THRESHOLD "256*256*256" CACHE STRING
108108
"Disable implicit triangulation preconditions above this number of vertices" )
109109
mark_as_advanced(TTK_IMPLICIT_PRECONDITIONS_THRESHOLD)
110110

111-
option(TTK_ENABLE_DOUBLE_TEMPLATING "Use double templating for bivariate data" OFF)
111+
option(TTK_ENABLE_DOUBLE_TEMPLATING "Use double templating for bivariate data" ON)
112112
mark_as_advanced(TTK_ENABLE_DOUBLE_TEMPLATING)
113113

114114
option(TTK_REDUCE_TEMPLATE_INSTANTIATIONS "Use a reduced list of template instatiations to fasten build times" OFF)

0 commit comments

Comments
 (0)