File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ option(STORM_PORTABLE "Sets whether a build needs to be portable." OFF)
34
34
MARK_AS_ADVANCED (STORM_PORTABLE)
35
35
# Force POPCNT is helpful for portable code targeting platforms with SSE4.2 operation support.
36
36
option (STORM_FORCE_POPCNT "Sets whether the popcnt instruction is forced to be used." OFF )
37
+ MARK_AS_ADVANCED (STORM_FORCE_POPCNT)
37
38
option (BUILD_SHARED_LIBS "Build the Storm library dynamically" OFF )
38
39
option (STORM_COMPILE_WITH_CCACHE "Compile using CCache [if found]" ON )
39
40
mark_as_advanced (STORM_COMPILE_WITH_CCACHE)
40
41
option (STORM_USE_LTO "Sets whether link-time optimizations are enabled." ON )
41
42
MARK_AS_ADVANCED (STORM_USE_LTO)
42
43
option (STORM_USE_THIN_LTO "Sets whether thin link-time optimizations are enabled (faster compile times than normal LTO)." OFF )
43
44
MARK_AS_ADVANCED (STORM_USE_THIN_LTO)
44
- MARK_AS_ADVANCED (STORM_FORCE_POPCNT)
45
45
option (STORM_COMPILE_WITH_ADDRESS_SANITIZER "Sets whether to compile with AddressSanitizer enabled" OFF )
46
46
option (STORM_COMPILE_WITH_ALL_SANITIZERS "Sets whether to compile with all sanitizers enabled" OFF )
47
47
option (STORM_COMPILE_WITH_COMPILATION_PROFILING "Compile with output to profile compilation process" OFF )
You can’t perform that action at this time.
0 commit comments