diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-07-29 17:32:45 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-07-29 17:32:45 -0400 |
| commit | 0c42b31a37de29c4a65bbd634d87b9ff46b88e6b (patch) | |
| tree | f6a8f96a7b4e3d720c0ef57f9e2a07a91ae05e90 /apps/plugins/sdl/sdl.make | |
| parent | fb0d34650f990e44c741a0661d95ede3abed919b (diff) | |
| download | rockbox-quake5.zip rockbox-quake5.tar.gz rockbox-quake5.tar.bz2 rockbox-quake5.tar.xz | |
tmp on quakequake5
Change-Id: Id8bc9e5e47cad5c620f5273fc39348eb19e8e5d8
Diffstat (limited to 'apps/plugins/sdl/sdl.make')
| -rw-r--r-- | apps/plugins/sdl/sdl.make | 2 |
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) |