summaryrefslogtreecommitdiff
path: root/csim
diff options
context:
space:
mode:
Diffstat (limited to 'csim')
-rw-r--r--csim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csim/Makefile b/csim/Makefile
index c94bee2..cc88ac3 100644
--- a/csim/Makefile
+++ b/csim/Makefile
@@ -2,4 +2,4 @@ csim: main.o load.o sim.o
gcc -o csim $^
%.o: %.c
- gcc -c $< -o $@ -g
+ gcc -c $< -o $@ -O2 -g