SDL: C++-specific AppCppFlags option in AndroidAppSettings.cfg

This commit is contained in:
Sergii Pylypenko
2016-07-28 23:38:21 +03:00
parent 484bd65e8c
commit 4e817c007f
11 changed files with 52 additions and 27 deletions

View File

@@ -30,9 +30,11 @@ SDL_VIDEO_RENDER_RESIZE := 1
COMPILED_LIBRARIES := tremor ogg
APPLICATION_ADDITIONAL_CFLAGS := -finline-functions -O2 -DTREMOR=1 -DBUILD_TYPE=LINUX32 -DTARGET_LNX=1 -Werror=strict-aliasing -Werror=cast-align -Werror=pointer-arith -Werror=address
APPLICATION_ADDITIONAL_CFLAGS :=
APPLICATION_ADDITIONAL_LDFLAGS := -ltremor
APPLICATION_ADDITIONAL_CPPFLAGS :=
APPLICATION_ADDITIONAL_LDFLAGS :=
APPLICATION_OVERLAPS_SYSTEM_HEADERS := n