summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/sdl.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/sdl.make')
-rw-r--r--apps/plugins/sdl/sdl.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make
index 9514d7ad93..4e7e518fc1 100644
--- a/apps/plugins/sdl/sdl.make
+++ b/apps/plugins/sdl/sdl.make
@@ -32,6 +32,13 @@ SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \
32-ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations \ 32-ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations \
33-D_GNU_SOURCE=1 -D_REENTRANT -DSDL -DELF -w # disable all warnings 33-D_GNU_SOURCE=1 -D_REENTRANT -DSDL -DELF -w # disable all warnings
34 34
35# WIP SDLFLAGS for warning deletions
36#SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \
37#-O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wno-sign-compare \
38#-Wno-unused-variable -Wno-unused-function -Wno-unused-but-set-variable -Wno-unknown-pragmas \
39#-ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations \
40#-D_GNU_SOURCE=1 -D_REENTRANT -DSDL -DELF
41
35# use FPU on ARMv6 42# use FPU on ARMv6
36ifeq ($(ARCH_VERSION),6) 43ifeq ($(ARCH_VERSION),6)
37 SDLFLAGS += -mfloat-abi=softfp 44 SDLFLAGS += -mfloat-abi=softfp