diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-06-25 11:34:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-25 11:34:48 +0200 |
commit | 876e960d90778a58de51399da118b1486df1b4c7 (patch) | |
tree | afdcd414a2cc680bb67876deb94073ae59460062 /configure | |
parent | 767e171c9a1a29f73e6af88f491f917cca426a80 (diff) | |
parent | 4f6b192e2ef0426298bb815e190d3724d3b237d2 (diff) | |
download | ffmpeg-streaming-876e960d90778a58de51399da118b1486df1b4c7.zip ffmpeg-streaming-876e960d90778a58de51399da118b1486df1b4c7.tar.gz |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |