diff Makefile @ 92:c3d034e076ee

Fix some bugs in emulation of CLR
author Mike Pavone <pavone@retrodev.com>
date Thu, 27 Dec 2012 10:40:03 -0800
parents 3b79cbcf6846
children d9ff99ef5533
line wrap: on
line diff
--- a/Makefile	Thu Dec 27 10:10:23 2012 -0800
+++ b/Makefile	Thu Dec 27 10:40:03 2012 -0800
@@ -27,7 +27,7 @@
 	$(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