Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroinekotfs committed Mar 23, 2024
1 parent 7b9deeb commit c165c6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gnu-windows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,6 @@ cd $WORKDIR
cp -r $SOURCE_CODE/* $BOOTSTRAP/src #??
printf "id ICON \"$BOOTSTRAP/src/gnu-windows.ico\"" >gnu-windows.rc \
&& $BOOTSTRAP/bin/$ARCH-windres -o gnu-windows.o gnu-windows.rc \
&& $BOOTSTRAP/bin/$ARCH-gcc -DVERSION=$VERSION -nostdlib -fno-asynchronous-unwind-tables \
-fno-builtin -Wl,--gc-sections -s -o $BOOTSTRAP/bin/gnu-windows.exe \
$BOOTSTRAP/src/gnu-windows.c gnu-windows.o -lkernel32 -luser32 \
&& $BOOTSTRAP/bin/$ARCH-gcc \
-Os -fno-asynchronous-unwind-tables \
-Wl,--gc-sections -s -nostdlib \
Expand Down

0 comments on commit c165c6f

Please sign in to comment.