mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-12 17:10:00 +01:00
8 lines
209 B
Makefile
8 lines
209 B
Makefile
tester: tester.rs
|
|
rustc --edition 2024 $< \
|
|
-O -Copt-level=3 -Cstrip=symbols \
|
|
-Cdebuginfo=0 -Cdebug-assertions=off \
|
|
-Coverflow-checks=false -Cpanic=abort \
|
|
-Ctarget-cpu=native \
|
|
-Ccodegen-units=1
|