We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5653846 commit 608ea49Copy full SHA for 608ea49
external_deps/build.sh
@@ -775,8 +775,8 @@ build_opus() {
775
776
case "${PLATFORM}" in
777
windows-*-*)
778
- # With MinGW _FORTIFY_SOURCE (added by configure) can only by used with -fstack-protector enabled.
779
- opus_cmake_args+=(-DCMAKE_C_FLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0")
+ # With MinGW, these options require libssp.
+ opus_cmake_args+=(-DOPUS_FORTIFY_SOURCE=OFF -DOPUS_STACK_PROTECTOR=OFF)
780
;;
781
esac
782
0 commit comments