mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-08 08:10:12 +00:00
configure: generate full msvc debug symbols when linking in debug mode
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
4719040cd1
commit
7ef760d95c
1
configure
vendored
1
configure
vendored
@ -3958,6 +3958,7 @@ elif enabled pathscale; then
|
|||||||
elif enabled_any msvc icl; then
|
elif enabled_any msvc icl; then
|
||||||
enabled x86_32 && disable aligned_stack
|
enabled x86_32 && disable aligned_stack
|
||||||
enabled_all x86_32 debug && add_cflags -Oy-
|
enabled_all x86_32 debug && add_cflags -Oy-
|
||||||
|
enabled debug && add_ldflags -debug
|
||||||
if enabled icl; then
|
if enabled icl; then
|
||||||
# basically -fstrict-aliasing that does not work (correctly) on icl 13.x
|
# basically -fstrict-aliasing that does not work (correctly) on icl 13.x
|
||||||
check_cpp_condition "windows.h" "__ICL < 1300" && add_cflags -Qansi-alias
|
check_cpp_condition "windows.h" "__ICL < 1300" && add_cflags -Qansi-alias
|
||||||
|
Loading…
Reference in New Issue
Block a user