Skip to content

Commit 698c4f7

Browse files
ilya-fedinjohn-preston
authored andcommitted
CMake: Don't force separate pdb file
1 parent 79c0aa9 commit 698c4f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/init_target.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function(init_target target_name) # init_target(my_target folder_name)
5757
/MP # Enable multi process build.
5858
/EHsc # Catch C++ exceptions only, extern C functions never throw a C++ exception.
5959
# /Zc:wchar_t- # don't tread wchar_t as builtin type
60-
/Zi
6160
)
6261
endif()
6362
else()

0 commit comments

Comments
 (0)