Remove stray local "speedup" hack

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4830 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-07-02 21:25:53 +00:00
parent 975b092bd9
commit 69dd867364
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ libqemu.a: $(LIBOBJS)
$(AR) rcs $@ $(LIBOBJS)
translate.o: translate.c cpu.h $(OPC_H)
translate.o: CFLAGS:=${CFLAGS} -O1 #-fno-unit-at-a-time
translate-all.o: translate-all.c cpu.h $(OPC_H)