Commit 7ef760d9 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Martin Storsjö

configure: generate full msvc debug symbols when linking in debug mode

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 4719040c
......@@ -3958,6 +3958,7 @@ elif enabled pathscale; then
elif enabled_any msvc icl; then
enabled x86_32 && disable aligned_stack
enabled_all x86_32 debug && add_cflags -Oy-
enabled debug && add_ldflags -debug
if enabled icl; then
# basically -fstrict-aliasing that does not work (correctly) on icl 13.x
check_cpp_condition "windows.h" "__ICL < 1300" && add_cflags -Qansi-alias
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment