We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada74d8 commit a70121cCopy full SHA for a70121c
deps.ffmpeg/99-ffmpeg.ps1
@@ -68,7 +68,7 @@ function Configure {
68
'--toolchain=msvc'
69
('--extra-cflags=' + "'-D_WINDLL -MD -D_WIN32_WINNT=0x0A00" + $(if ( $Target -eq 'arm64' ) { ' -D__ARM_PCS_VFP' }) + "'")
70
('--extra-cxxflags=' + "'-MD -D_WIN32_WINNT=0x0A00'")
71
- ('--extra-ldflags=' + "'-APPCONTAINER:NO -MACHINE:${Target}'")
+ ('--extra-ldflags=' + "'-APPCONTAINER:NO -MACHINE:${Target}'" + $(if ( $Configuration -match '(Debug|RelWithDebInfo)' ) { ' -DEBUG' }))
72
$(if ( $Target -eq 'arm64' ) { '--as=armasm64.exe','--cpu=armv8' })
73
'--pkg-config=pkg-config'
74
$(if ( $Target -ne 'x86' ) { '--target-os=win64' } else { '--target-os=win32' })
0 commit comments