Revision b8e59f18 Makefile.target

b/Makefile.target
270 270
	$(AR) rcs $@ $(LIBOBJS)
271 271

  
272 272
translate.o: translate.c cpu.h $(OPC_H)
273
translate.o: CFLAGS:=${CFLAGS} -O1 #-fno-unit-at-a-time
273 274

  
274 275
translate-all.o: translate-all.c cpu.h $(OPC_H)
275 276

  
......
480 481
ifdef CONFIG_ESD
481 482
LIBS += -lesd
482 483
endif
484
ifdef CONFIG_PA
485
LIBS += -lpulse-simple
486
endif
483 487
ifdef CONFIG_DSOUND
484 488
LIBS += -lole32 -ldxguid
485 489
endif

Also available in: Unified diff