File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/openFrameworksCompiled/project/emscripten Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 109
109
PLATFORM_LDFLAGS += --shell-file $(OF_LIBS_PATH)/openFrameworksCompiled/project/emscripten/template.html
110
110
endif
111
111
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
113
113
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
115
115
116
116
# ###############################################################################
117
117
# PLATFORM OPTIMIZATION CFLAGS
You can’t perform that action at this time.
0 commit comments