From 33da99a33cab75287d483c2602bb2e40b34b666a Mon Sep 17 00:00:00 2001 From: Lars Poeschel Date: Wed, 22 Aug 2012 09:42:42 +0200 Subject: Fix double optimization on buildsystem for emulator Building the emulator was done with two optimization flags supplied to the compiler. This prevented to do debug builds with unoptimized compilation. This is fixed now. Change-Id: Ie64747fd45fa9a3e2de37ba094b223ef52ef0f19 --- Makefile.target | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 4d8c2fd..3e45c61 100644 --- a/Makefile.target +++ b/Makefile.target @@ -318,6 +318,7 @@ LOCAL_CFLAGS += -Wno-missing-field-initializers LOCAL_STATIC_LIBRARIES := \ emulator-libqemu \ emulator-target-$(EMULATOR_TARGET_CPU) \ + emulator-libjpeg \ emulator-libelff \ emulator-common @@ -455,6 +456,7 @@ LOCAL_STATIC_LIBRARIES += \ emulator-libui \ emulator-libqemu \ emulator-target-$(EMULATOR_TARGET_CPU) \ + emulator-libjpeg \ emulator-libelff \ emulator-common \ $(SDL_STATIC_LIBRARIES) @@ -480,6 +482,7 @@ ifneq ($(filter linux darwin,$(HOST_OS)),) emulator64-libui \ emulator64-libqemu \ emulator64-target-$(EMULATOR_TARGET_CPU) \ + emulator64-libjpeg \ emulator64-libelff \ emulator64-common \ $(SDL_STATIC_LIBRARIES_64) -- cgit v1.1