diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index fc8132adcc..8a709b4e3e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -270,6 +270,7 @@ 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) @@ -480,6 +481,9 @@ endif ifdef CONFIG_ESD LIBS += -lesd endif +ifdef CONFIG_PA +LIBS += -lpulse-simple +endif ifdef CONFIG_DSOUND LIBS += -lole32 -ldxguid endif |