aboutsummaryrefslogtreecommitdiff
path: root/10/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-24 17:13:05 +0800
committerMistivia <i@mistivia.com>2025-12-24 17:13:05 +0800
commit27241a8e82c7c76dcb36fbb63e15a83b671eecb4 (patch)
treedb6206f7367608de88b455ad43868fd9ee5f5a41 /10/Makefile
parent181bed144cee30ca570a3f3128d92c888efb3bb8 (diff)
solve 10
Diffstat (limited to '10/Makefile')
-rw-r--r--10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/10/Makefile b/10/Makefile
index 7d325ba..5cf877b 100644
--- a/10/Makefile
+++ b/10/Makefile
@@ -4,7 +4,7 @@ part1: part1.c
gcc -Wall -g part1.c -o part1 -lalgds
part2: part2.c
- gcc -Wall -g part2.c -o part2 -lalgds
+ gcc -march=native -O3 -Wall -g part2.c -o part2 -lalgds
1: part1
cat input | ./part1