Skip to content

Commit

Permalink
add debug info for pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 13, 2025
1 parent 8997c24 commit 55ce774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
# remove /W3 flag from CMAKE_CXX_FLAGS
string(REGEX REPLACE "/W[3|4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")

set(FLAGS_CXX_DEFAULT)
set(FLAGS_CXX_DEFAULT /Zi)
set(FLAGS_CXX_RELEASE /W3)

if (COLORER_BUILD_HARD_WARNINGS)
Expand Down

0 comments on commit 55ce774

Please sign in to comment.