summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2b6d88..8a3ef8e 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ gen_fib : gen_fib.o gen_x86.o mem.o
$(CC) -ggdb -std=gnu99 `pkg-config --cflags-only-I $(LIBS)` -c -o $@ $<
%.bin : %.s68
- vasmm68k_mot -Fbin -m68000 -spaces -o $@ $<
+ vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ $<
clean :
rm -rf dis trans stateview test_x86 gen_fib *.o