mirror of https://github.com/pyodide/pyodide.git
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:
parent
1dd1e688cf
commit
64d0b7cd00
1
Makefile
1
Makefile
|
@ -40,7 +40,6 @@ LDFLAGS=\
|
||||||
-lstdc++ \
|
-lstdc++ \
|
||||||
--memory-init-file 0 \
|
--memory-init-file 0 \
|
||||||
-s "BINARYEN_TRAP_MODE='clamp'" \
|
-s "BINARYEN_TRAP_MODE='clamp'" \
|
||||||
-s TEXTDECODER=0 \
|
|
||||||
-s LZ4=1
|
-s LZ4=1
|
||||||
|
|
||||||
SIX_ROOT=packages/six/six-1.11.0/build/lib
|
SIX_ROOT=packages/six/six-1.11.0/build/lib
|
||||||
|
|
Loading…
Reference in New Issue