File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(WIN32)
1919 add_compile_options (/arch:AVX2 /openmp )
2020 # Only apply /O2 if the configuration is RELEASE.
2121 # This prevents a conflict with /RTC1 in DEBUG builds.
22- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
22+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2323else ()
2424 add_compile_options (-mavx2 -mfma -O3 -flto=auto )
2525endif ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(WIN32)
1919 add_compile_options (/arch:AVX512 /openmp )
2020 # Only apply /O2 if the configuration is RELEASE.
2121 # This prevents a conflict with /RTC1 in DEBUG builds.
22- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
22+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2323else ()
2424 add_compile_options (-mavx512f -mbmi2 -O3 -flto=auto )
2525endif ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(WIN32)
1919 add_compile_options (/openmp )
2020 # Only apply /O2 if the configuration is RELEASE.
2121 # This prevents a conflict with /RTC1 in DEBUG builds.
22- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
22+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2323else ()
2424 add_compile_options (-O3 -flto=auto )
2525endif ()
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if(WIN32)
2121
2222 # Only apply /O2 if the configuration is RELEASE.
2323 # This prevents a conflict with /RTC1 in DEBUG builds.
24- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
24+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2525else ()
2626 add_compile_options (-O3 -flto=auto )
2727endif ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(WIN32)
1919 add_compile_options (/openmp )
2020 # Only apply /O2 if the configuration is RELEASE.
2121 # This prevents a conflict with /RTC1 in DEBUG builds.
22- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
22+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2323else ()
2424 add_compile_options (-O3 -flto=auto )
2525endif ()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(WIN32)
2222 add_compile_options (/openmp )
2323 # Only apply /O2 if the configuration is RELEASE.
2424 # This prevents a conflict with /RTC1 in DEBUG builds.
25- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
25+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2626else ()
2727 add_compile_options (-O3 -flto=auto )
2828endif ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(WIN32)
1919 add_compile_options (/openmp )
2020 # Only apply /O2 if the configuration is RELEASE.
2121 # This prevents a conflict with /RTC1 in DEBUG builds.
22- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
22+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2323else ()
2424 add_compile_options (-O3 -flto=auto )
2525endif ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(WIN32)
1919 add_compile_options (/openmp )
2020 # Only apply /O2 if the configuration is RELEASE.
2121 # This prevents a conflict with /RTC1 in DEBUG builds.
22- add_compile_options ($<$<CONFIG :RELEASE >:/O2 >
22+ add_compile_options ($<$<CONFIG :RELEASE >:/O2 >)
2323else ()
2424 add_compile_options (-msse4.1 -O3 -flto=auto )
2525endif ()
You can’t perform that action at this time.
0 commit comments