This commit is contained in:
Kimapr 2024-04-08 05:25:31 +05:00
parent 879d7c3172
commit 27a3c79c46

4
build
View file

@ -9,10 +9,6 @@ elif command -v ld.lld >/dev/null; then
else
gcc -shared -nostdlib target/amogus.o -o target/amogus || exit
fi
#gnu() { shift 1 && gcc "$@"; }
#"$(command -v ~/stuff/zig/zig || echo gnu)" \
#cc -shared -nostdlib target/amogus.o -o target/amogus || exit
#ld.lld -shared -nostdlib target/amogus.o -o target/amogus || exit
objdump -d target/amogus
cp target/amogus target/amogstrip
strip -K entry target/amogstrip