compile tmain with optimizations
This commit is contained in:
parent
209a80bb66
commit
f23cd2882d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ bak: elf.ml lo2.ml
|
||||||
|
|
||||||
test: bak
|
test: bak
|
||||||
@./bak test
|
@./bak test
|
||||||
@cc -o t tmain.c t.o && ./t
|
@cc -O2 -o t tmain.c t.o && ./t
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f bak t t.o
|
rm -f bak t t.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue