Merge pull request #97 from italocoin-project/mymonero

add SEPARATE_ASM_MODULE_NAME
pull/98/head
Paul Shapiro 5 years ago committed by GitHub
commit 2d072e00db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,6 +163,7 @@ set(
-s AGGRESSIVE_VARIABLE_ELIMINATION=1 \
-s ALLOW_MEMORY_GROWTH=0 \
--memory-init-file 0 \
-s SEPARATE_ASM_MODULE_NAME=asmjs \
"
# --memory-init-file is explicitly set to 0 because optimization level is Oz, and some clients like React Native have trouble loading .mem files
# .... it also didn't seem to have a giant impact on perf. but this should be tested again

Loading…
Cancel
Save