summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-22 10:31:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-22 10:34:48 +0200
commit2ca6a13b5290285658157a1b54882df80e5f015b (patch)
tree4346548551761884e6dacd33af2c4f4fa844d965 /configure
parentb909428dabe31b6c55fff57d743b3eaddd449e7a (diff)
parent7ef760d95c73dfee021b8fdee04f65126eb7edd1 (diff)
Merge commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1'
* commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1': configure: generate full msvc debug symbols when linking in debug mode Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ed620f2193..c9ad9483c6 100755
--- a/configure
+++ b/configure
@@ -4453,6 +4453,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