Commit 69dd867364a5554a6f2ae6d0e2dc7c67690c067f

Authored by malc
1 parent 975b092b

Remove stray local "speedup" hack

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4830 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
Makefile.target
@@ -270,7 +270,6 @@ libqemu.a: $(LIBOBJS) @@ -270,7 +270,6 @@ libqemu.a: $(LIBOBJS)
270 $(AR) rcs $@ $(LIBOBJS) 270 $(AR) rcs $@ $(LIBOBJS)
271 271
272 translate.o: translate.c cpu.h $(OPC_H) 272 translate.o: translate.c cpu.h $(OPC_H)
273 -translate.o: CFLAGS:=${CFLAGS} -O1 #-fno-unit-at-a-time  
274 273
275 translate-all.o: translate-all.c cpu.h $(OPC_H) 274 translate-all.o: translate-all.c cpu.h $(OPC_H)
276 275