aboutsummaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde2017-03-25 08:36:00 +0100
committerRémi Verschelde2017-03-26 21:58:37 +0200
commitd8f32637be9f9eae9fddfe4d664e369cbf3b65c3 (patch)
treed467f8bab2c09af03c16ec28de02974f868e7079 /platform/android/detect.py
parenta0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff)
downloadgodot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.gz
godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.zst
godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.zip
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index d1b33fe64..0e78a4618 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -168,9 +168,7 @@ def configure(env):
env.Append(CPPFLAGS=["-isystem", sysroot + "/usr/include"])
env.Append(CPPFLAGS=string.split(
- '-Wno-invalid-command-line-argument -Wno-unused-command-line-argument'))
- env.Append(CPPFLAGS=string.split(
- '-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -fvisibility=hidden -fno-strict-aliasing -Wa,--noexecstack'))
+ '-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -fvisibility=hidden -fno-strict-aliasing'))
env.Append(CPPFLAGS=string.split('-DANDROID -DNO_STATVFS -DGLES2_ENABLED'))
env['neon_enabled'] = False