mirror of https://gitee.com/openkylin/qemu.git
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:
parent
975b092bd9
commit
69dd867364
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue