From 64d0b7cd00f4226639f9f01b238d47baac29ab25 Mon Sep 17 00:00:00 2001 From: Dexter Chua Date: Thu, 31 Dec 2020 18:01:04 +0800 Subject: [PATCH] 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 39831cd28..e7f877721 100644 --- a/Makefile +++ b/Makefile @@ -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