aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2019-01-30 18:16:48 +0000
committerDavid Baker <dave@matrix.org>2019-01-30 18:16:48 +0000
commitc31ab73704ace15f37c44a7c21ad19d9f8983803 (patch)
tree44b0ea6912dea17415861424bf92296932c77db0
parent8df2ab7c07938c3bb24f6b44b8615f8371c0048b (diff)
Drop support for old emscripten
because emscripted has dropped support for the old flag and us setting it is now breaking the build.
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3269484..fe5ff35 100644
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,6 @@ CXXFLAGS += -Wall -Werror -std=c++11 -fPIC
LDFLAGS += -Wall -Werror
EMCCFLAGS = --closure 1 --memory-init-file 0 -s NO_FILESYSTEM=1 -s INVOKE_RUN=0 -s MODULARIZE=1
-# NO_BROWSER is kept for compatibility with emscripten 1.35.24, but is no
-# longer needed.
-EMCCFLAGS += -s NO_BROWSER=1
# Olm generally doesn't need a lot of memory to encrypt / decrypt its usual
# payloads (ie. Matrix messages), but we do need about 128K of heap to encrypt