cls
This commit is contained in:
parent
879d7c3172
commit
27a3c79c46
4
build
4
build
|
@ -9,10 +9,6 @@ elif command -v ld.lld >/dev/null; then
|
||||||
else
|
else
|
||||||
gcc -shared -nostdlib target/amogus.o -o target/amogus || exit
|
gcc -shared -nostdlib target/amogus.o -o target/amogus || exit
|
||||||
fi
|
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
|
objdump -d target/amogus
|
||||||
cp target/amogus target/amogstrip
|
cp target/amogus target/amogstrip
|
||||||
strip -K entry target/amogstrip
|
strip -K entry target/amogstrip
|
||||||
|
|
Loading…
Reference in a new issue