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 a3de6b7 commit 2760222Copy full SHA for 2760222
src/mono/CMakeLists.txt
@@ -284,6 +284,7 @@ elseif(CLR_CMAKE_HOST_OS STREQUAL "windows")
284
add_compile_options(/GL) # whole program optimization
285
add_link_options(/LTCG) # link-time code generation
286
add_link_options(/DEBUG) # enable debugging information
287
+ add_link_options(/DEBUGTYPE:CV,FIXUP) # enable fixup debug information
288
add_link_options(/OPT:REF) # optimize: remove unreferenced functions & data
289
add_link_options(/OPT:ICF) # optimize: enable COMDAT folding
290
# the combination of /Zi compiler flag and /DEBUG /OPT:REF /OPT:ICF
0 commit comments