diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ main: $(subst .cpp,.o,$(CXXFILES)) prog: main test.fp ./main < test.fp > forsp.ir - llc -march=x86 -filetype=obj --relocation-model=pic forsp.ir -O1 - $(CC) -c support.c -m32 -Os - $(CC) support.o forsp.ir.o -m32 -Os + llc -march=x86 -filetype=obj -relocation-model=pic forsp.ir -O2 + $(CC) -c support.c -m32 -O2 + $(CC) support.o forsp.ir.o -m32 -O2 clean: rm -f a.out main *.ir *.o |