[FFmpeg-cvslog] configure: generate full msvc debug symbols when linking in debug mode

Hendrik Leppkes git at videolan.org
Mon Jul 22 10:42:17 CEST 2013


ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Fri Jul 19 15:44:39 2013 +0200| [7ef760d95c73dfee021b8fdee04f65126eb7edd1] | committer: Martin Storsjö

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

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ef760d95c73dfee021b8fdee04f65126eb7edd1
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index d15e3f0..0bd54dd 100755
--- 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



More information about the ffmpeg-cvslog mailing list