summaryrefslogtreecommitdiff
path: root/csim
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-17 12:24:56 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-17 12:24:56 +0100
commit4694db1f84cecd3b74bb53ec8b514a2415d14c92 (patch)
treed6151de632466e5fedb93632e23ad37bb07ee118 /csim
parent22e10714136907fb23fbede16681438a0fb41d1a (diff)
downloadSystDigit-Projet-4694db1f84cecd3b74bb53ec8b514a2415d14c92.tar.gz
SystDigit-Projet-4694db1f84cecd3b74bb53ec8b514a2415d14c92.zip
Continuation
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 ae4cc4e..b0465da 100644
--- a/csim/Makefile
+++ b/csim/Makefile
@@ -2,4 +2,4 @@ csim: main.o load.o sim.o util.o
gcc -o $@ $^
%.o: %.c
- gcc -c $< -o $@ -O2 -g
+ gcc -c $< -o $@ -O3 -g