Skip to content

Commit d45df02

Browse files
committed
updated cmakelists
1 parent 6a28533 commit d45df02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ target_compile_options(
8282
#$<$<AND:$<CONFIG:Debug>,$<CXX_COMPILER_ID:MSVC>>:/Zi /FS /DEBUG /Od /MP /MDd /Oy->
8383
$<$<CXX_COMPILER_ID:Clang>:-O2 -march=native>
8484
$<$<CXX_COMPILER_ID:GNU>:-O2 -march=native>
85-
$<$<CXX_COMPILER_ID:MSVC>:/O2 -DNDEBUG /MP>
85+
$<$<CXX_COMPILER_ID:MSVC>:/O2>
8686
)
8787

8888
add_library(default_settings INTERFACE)

0 commit comments

Comments
 (0)