configure: generate full msvc debug symbols when linking in debug mode
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 19 Jul 2013 13:44:39 +0000 (15:44 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 21 Jul 2013 16:59:15 +0000 (19:59 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
configure

index d15e3f0..0bd54dd 100755 (executable)
--- a/configure
+++ b/configure
@@ -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