From 0c42b31a37de29c4a65bbd634d87b9ff46b88e6b Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 29 Jul 2019 17:32:45 -0400 Subject: tmp on quake Change-Id: Id8bc9e5e47cad5c620f5273fc39348eb19e8e5d8 --- apps/plugins/sdl/sdl.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/sdl/sdl.make') 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) -- cgit v1.1