aboutsummaryrefslogtreecommitdiff
path: root/10/Makefile
diff options
context:
space:
mode:
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