summaryrefslogtreecommitdiff
path: root/platform/javascript/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-15 00:30:52 +0100
committerGitHub <noreply@github.com>2017-01-15 00:30:52 +0100
commit07f65184f3886fc836f6d7f8de5052c64bda50bf (patch)
treec22cfb4b2c1d8c086a934fadd660e81e2917a880 /platform/javascript/detect.py
parentfe8459ac3badc0d2b2b36bf29670d2639825d644 (diff)
parent1f7d4c4d0ee8eba0a1d8084019269a45dfa76be4 (diff)
Merge pull request #7519 from eska014/web-presentation
Improve Web export presentation
Diffstat (limited to 'platform/javascript/detect.py')
-rw-r--r--platform/javascript/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py
index 2cb6874000..55b05a9123 100644
--- a/platform/javascript/detect.py
+++ b/platform/javascript/detect.py
@@ -81,7 +81,6 @@ def configure(env):
env.Append(CPPFLAGS=['-DJAVASCRIPT_ENABLED', '-DUNIX_ENABLED', '-DPTHREAD_NO_RENAME', '-DNO_FCNTL', '-DMPC_FIXED_POINT', '-DTYPED_METHOD_BIND', '-DNO_THREADS'])
env.Append(CPPFLAGS=['-DGLES2_ENABLED'])
env.Append(CPPFLAGS=['-DGLES_NO_CLIENT_ARRAYS'])
- env.Append(CPPFLAGS=['-s', 'FULL_ES2=1'])
# env.Append(CPPFLAGS=['-DANDROID_ENABLED', '-DUNIX_ENABLED','-DMPC_FIXED_POINT'])
if env['wasm'] == 'yes':