Skip to content

Commit 6913165

Browse files
committed
+Ob2 -JMC (debug performance improved)
1 parent 7007ae0 commit 6913165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ target_include_directories(cpputils PUBLIC
5353
if(MSVC)
5454
# Visual Studio specific flags
5555
target_compile_options(cpputils PRIVATE
56-
$<$<CONFIG:Debug>:/JMC>
56+
$<$<CONFIG:Debug>:/Ob2>
5757
$<$<OR:$<CONFIG:RelWithDebInfo>,$<CONFIG:Release>>:/GS- /O2>
5858
/MP /Zi
5959
/std:c++latest /permissive- /Zc:__cplusplus /Zc:char8_t

0 commit comments

Comments
 (0)