File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11--- Makefile.orig 2015-09-09 14:30:05.000000000 +0300
22+++ Makefile 2015-09-09 14:36:59.000000000 +0300
3- @@ -208,6 +208,35 @@
3+ @@ -208,6 +208,37 @@
44 debug-shared: CXXFLAGS := -g -DDEBUG -DDEBUG_LVL="$(DEBUG_LVL)" $(filter-out -O2,$(CXXFLAGS))
55 debug-shared: shared
66
99+ -O3 \
1010+ -s EXPORTED_FUNCTIONS="['_sass_compile_emscripten']" \
1111+ -s EXTRA_EXPORTED_RUNTIME_METHODS=@../exported_runtime_methods.json \
12+ + -s WASM=0 \
1213+ -s DISABLE_EXCEPTION_CATCHING=0 \
1314+ -s ALLOW_MEMORY_GROWTH=1 \
1415+ -s EMTERPRETIFY=1 \
2122+ -O0 \
2223+ -s EXPORTED_FUNCTIONS="['_sass_compile_emscripten']" \
2324+ -s EXTRA_EXPORTED_RUNTIME_METHODS=@../exported_runtime_methods.json \
25+ + -s WASM=0 \
2426+ -s DISABLE_EXCEPTION_CATCHING=0 \
2527+ -s ALLOW_MEMORY_GROWTH=1 \
2628+ -s EMTERPRETIFY=1 \
You can’t perform that action at this time.
0 commit comments