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