BLD Remove TEXTDECODE=0 build flag (#962)

This was introduced in #96 to bypass a Chrome bug introduced in Chrome
69 and fixed in Chrome 70. Chrome 69 supposedly has a market share of
0.09%, so I think it is safe to drop support.
This commit is contained in:
Dexter Chua 2020-12-31 18:01:04 +08:00 committed by GitHub
parent 1dd1e688cf
commit 64d0b7cd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ LDFLAGS=\
-lstdc++ \
--memory-init-file 0 \
-s "BINARYEN_TRAP_MODE='clamp'" \
-s TEXTDECODER=0 \
-s LZ4=1
SIX_ROOT=packages/six/six-1.11.0/build/lib