aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7de0c21..b2c7ef4 100644
--- a/Makefile
+++ b/Makefile
@@ -306,7 +306,7 @@ OBJS += frontend/plat_trimui.o frontend/blit320.o
frontend/main.o frontend/menu.o: CFLAGS += -include frontend/menu_trimui.h
USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
-CFLAGS += -DGPULIB_USE_MMAP -DGPU_UNAI_USE_INT_DIV_MULTINV -fomit-frame-pointer -ffast-math -ffunction-sections -fsingle-precision-constant
+CFLAGS += -DGPULIB_USE_MMAP -DGPU_UNAI_USE_INT_DIV_MULTINV -DMENU_SHOULDER_COMBO -fomit-frame-pointer -ffast-math -ffunction-sections -fsingle-precision-constant
CFLAGS += $(SDL_CFLAGS) -DTRIMUI
LDFLAGS += $(SDL_LDFLAGS) -flto -fwhole-program
endif