Skip to content

Commit 379b954

Browse files
committed
Added /ZI in MSVC to test if it breaks anything.
1 parent 70180b9 commit 379b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ target_link_libraries(FakeIt_tests PRIVATE
3939
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$")
4040
target_compile_options(FakeIt_tests PRIVATE -Wall -Wextra -Wno-ignored-qualifiers -O0 -g3)
4141
elseif(MSVC)
42-
target_compile_options(FakeIt_tests PRIVATE /W3 /sdl /Od)
42+
target_compile_options(FakeIt_tests PRIVATE /W3 /sdl /Od /ZI)
4343

4444
if("${CMAKE_GENERATOR_PLATFORM}" STREQUAL "x64")
4545
target_compile_definitions(FakeIt_tests PRIVATE FAKEIT_DISABLE_RTTI_DEPENDENT_TESTS)

0 commit comments

Comments
 (0)