do I hate my life? idek

This commit is contained in:
2024-12-07 21:12:26 +01:00
parent d98b0c3a42
commit 52b1834520
2 changed files with 267 additions and 25 deletions

15
2024/04/p1/build.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -euxo pipefail
rustup run nightly rustc \
--target x86_64-unknown-none \
-Crelocation-model=static \
\
-Copt-level=3 \
-Ctarget-cpu=native \
-Cpanic=abort \
-Cstrip=symbols \
-Coverflow_checks=n \
-Clto \
\
$* -o main main.rs