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,37 @@
3+ @@ -208,6 +208,39 @@
44 debug-shared: CXXFLAGS := -g -DDEBUG -DDEBUG_LVL="$(DEBUG_LVL)" $(filter-out -O2,$(CXXFLAGS))
55 debug-shared: shared
66
1212+ -s WASM=0 \
1313+ -s DISABLE_EXCEPTION_CATCHING=0 \
1414+ -s ALLOW_MEMORY_GROWTH=1 \
15+ + -s LEGACY_VM_SUPPORT=1 \
1516+ -s EMTERPRETIFY=1 \
1617+ -s EMTERPRETIFY_ASYNC=1 \
1718+ -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \
2526+ -s WASM=0 \
2627+ -s DISABLE_EXCEPTION_CATCHING=0 \
2728+ -s ALLOW_MEMORY_GROWTH=1 \
29+ + -s LEGACY_VM_SUPPORT=1 \
2830+ -s EMTERPRETIFY=1 \
2931+ -s EMTERPRETIFY_ASYNC=1 \
3032+ -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \
You can’t perform that action at this time.
0 commit comments