diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 882df13..22c73f5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ bak: elf.ml lo2.ml test: bak @./bak test - @cc -o t tmain.c t.o && ./t + @cc -O2 -o t tmain.c t.o && ./t clean: rm -f bak t t.o |