File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ endif()
9898option (TTK_ENABLE_64BIT_IDS "Enable processing on large datasets" OFF )
9999mark_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 )
102102mark_as_advanced (TTK_ENABLE_KAMIKAZE)
103103
104104option (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" )
109109mark_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 )
112112mark_as_advanced (TTK_ENABLE_DOUBLE_TEMPLATING)
113113
114114option (TTK_REDUCE_TEMPLATE_INSTANTIATIONS "Use a reduced list of template instatiations to fasten build times" OFF )
You can’t perform that action at this time.
0 commit comments