Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-09-14 22:15:25 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-09-14 22:31:36 +0400
commit113fdd9d7d6f03aee758a60da060afcc113370e5 (patch)
tree2047b557f8f979179e492b3badf11e7f972c27c5 /build_ffmpeg_msvc.sh
parent9fe40caec7d5232236b77bd1d69910b9d6deab76 (diff)
Produce better debug symbols in release builds.
Reference: https://randomascii.wordpress.com/2013/09/11/debugging-optimized-codenew-in-visual-studio-2012/
Diffstat (limited to 'build_ffmpeg_msvc.sh')
-rw-r--r--build_ffmpeg_msvc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_ffmpeg_msvc.sh b/build_ffmpeg_msvc.sh
index c9ea0e24..6d0178d1 100644
--- a/build_ffmpeg_msvc.sh
+++ b/build_ffmpeg_msvc.sh
@@ -80,7 +80,7 @@ configure() (
--build-suffix=-lav \
--arch=${arch}"
- EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502"
+ EXTRA_CFLAGS="-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -d2Zi+"
sh configure --toolchain=msvc --enable-debug --extra-cflags="${EXTRA_CFLAGS}" ${OPTIONS}
)