mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Merge commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1'
* commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1': configure: generate full msvc debug symbols when linking in debug mode Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
2ca6a13b52
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user