We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1bde2 commit 2ade3aaCopy full SHA for 2ade3aa
src/mono/CMakeLists.txt
@@ -288,6 +288,7 @@ elseif(CLR_CMAKE_HOST_OS STREQUAL "windows")
288
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:/Zi>) # enable debugging information
289
add_link_options(/LTCG) # link-time code generation
290
add_link_options(/DEBUG) # enable debugging information
291
+ add_link_options(/DEBUGTYPE:CV,FIXUP) # enable fixup debug information
292
add_link_options(/OPT:REF) # optimize: remove unreferenced functions & data
293
add_link_options(/OPT:ICF) # optimize: enable COMDAT folding
294
# the combination of /Zi compiler flag and /DEBUG /OPT:REF /OPT:ICF
0 commit comments