summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-06-25 11:34:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-06-25 11:34:48 +0200
commit876e960d90778a58de51399da118b1486df1b4c7 (patch)
treeafdcd414a2cc680bb67876deb94073ae59460062
parent767e171c9a1a29f73e6af88f491f917cca426a80 (diff)
parent4f6b192e2ef0426298bb815e190d3724d3b237d2 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Do not omit frame pointers for msvc/icl debug builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 41dc8dbd6d..d3d5580d25 100755
--- a/configure
+++ b/configure
@@ -4433,6 +4433,7 @@ elif enabled pathscale; then
add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
elif enabled_any msvc icl; then
enabled x86_32 && disable aligned_stack
+ enabled_all x86_32 debug && add_cflags -Oy-
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