mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-13 01:19:59 +01:00
do I hate my life? idek
This commit is contained in:
15
2024/04/p1/build.sh
Executable file
15
2024/04/p1/build.sh
Executable 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
|
||||
Reference in New Issue
Block a user