summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-12-27 10:40:03 -0800
committerMike Pavone <pavone@retrodev.com>2012-12-27 10:40:03 -0800
commit346cbc52292d8b0fbb25df451b07d44d40258746 (patch)
treef0917c452101db7fbf1d7c7fec79b019cf1838bd /Makefile
parentbb2bc84471f6e078e99692d75fe857532df22199 (diff)
Fix some bugs in emulation of CLR
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