Skip to content

Commit 019fe56

Browse files
committed
Upgrade to u-config 0.33.0
1 parent 50b343d commit 019fe56

File tree

2 files changed

+1442
-1322
lines changed

2 files changed

+1442
-1322
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
487487
-o $PREFIX/bin/debugbreak.exe $PREFIX/src/debugbreak.c \
488488
-lkernel32 \
489489
&& $ARCH-gcc \
490-
-Os -fwhole-program -fno-asynchronous-unwind-tables \
491-
-Wl,--gc-sections -s -nostdlib -DPKG_CONFIG_PREFIX="\"/$ARCH\"" \
490+
-Os -fno-asynchronous-unwind-tables -fno-builtin -Wl,--gc-sections \
491+
-s -nostdlib -DPKG_CONFIG_PREFIX="\"/$ARCH\"" \
492492
-o $PREFIX/bin/pkg-config.exe $PREFIX/src/pkg-config.c \
493493
-lkernel32 \
494494
&& $ARCH-gcc \

0 commit comments

Comments
 (0)