diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2013-07-19 15:44:39 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-07-21 19:59:15 +0300 |
commit | 7ef760d95c73dfee021b8fdee04f65126eb7edd1 (patch) | |
tree | 27cdae79509bf79509f630c703136f34fbb1dc19 | |
parent | 4719040cd1b54381796b22056a9ae37bd2b4668d (diff) | |
download | ffmpeg-7ef760d95c73dfee021b8fdee04f65126eb7edd1.tar.gz |
configure: generate full msvc debug symbols when linking in debug mode
Signed-off-by: Martin Storsjö <martin@martin.st>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |