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.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make
index a00948d..290ba2a 100644
--- a/apps/plugins/sdl/sdl.make
+++ b/apps/plugins/sdl/sdl.make
@@ -30,7 +30,7 @@ OTHER_INC += -I$(SDL_SRCDIR)/include
SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \
-O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align \
-ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations \
--D_GNU_SOURCE=1 -D_REENTRANT -DSDL -DELF -w # disable all warnings
+-D_GNU_SOURCE=1 -D_REENTRANT -DSDL -DELF # disable all warnings
# use FPU on ARMv6
ifeq ($(ARCH_VERSION),6)