Skip to content

Commit 3f116f8

Browse files
committed
module removed emscripten
1 parent a7d49f1 commit 3f116f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/openFrameworksCompiled/project/emscripten/config.emscripten.default.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ else
109109
PLATFORM_LDFLAGS += --shell-file $(OF_LIBS_PATH)/openFrameworksCompiled/project/emscripten/template.html
110110
endif
111111

112-
PLATFORM_OPTIMIZATION_LDFLAGS_RELEASE = -O3 -s TOTAL_MEMORY=$(PLATFORM_EMSCRIPTEN_TOTAL_MEMORY) -s WASM=2 -s MAIN_MODULE=1 -fPIC
112+
PLATFORM_OPTIMIZATION_LDFLAGS_RELEASE = -O3 -s TOTAL_MEMORY=$(PLATFORM_EMSCRIPTEN_TOTAL_MEMORY) -s WASM=2 -fPIC
113113

114-
PLATFORM_OPTIMIZATION_LDFLAGS_DEBUG = -O1 -g -s ALLOW_MEMORY_GROWTH=1 -s TOTAL_MEMORY=134217728 -s WASM=2 -s MAIN_MODULE=1 -fPIC -s VERBOSE=1 -s GL_ASSERTIONS=1
114+
PLATFORM_OPTIMIZATION_LDFLAGS_DEBUG = -O1 -g -s ALLOW_MEMORY_GROWTH=1 -s TOTAL_MEMORY=134217728 -s WASM=2 -fPIC -s VERBOSE=1 -s GL_ASSERTIONS=1
115115

116116
################################################################################
117117
# PLATFORM OPTIMIZATION CFLAGS

0 commit comments

Comments
 (0)