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 50b343d commit 019fe56Copy full SHA for 019fe56
Dockerfile
@@ -487,8 +487,8 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
487
-o $PREFIX/bin/debugbreak.exe $PREFIX/src/debugbreak.c \
488
-lkernel32 \
489
&& $ARCH-gcc \
490
- -Os -fwhole-program -fno-asynchronous-unwind-tables \
491
- -Wl,--gc-sections -s -nostdlib -DPKG_CONFIG_PREFIX="\"/$ARCH\"" \
+ -Os -fno-asynchronous-unwind-tables -fno-builtin -Wl,--gc-sections \
+ -s -nostdlib -DPKG_CONFIG_PREFIX="\"/$ARCH\"" \
492
-o $PREFIX/bin/pkg-config.exe $PREFIX/src/pkg-config.c \
493
494
0 commit comments