Skip to content

Commit

Permalink
Merge pull request #97 from italocoin-project/mymonero
Browse files Browse the repository at this point in the history
add SEPARATE_ASM_MODULE_NAME
  • Loading branch information
Paul Shapiro authored Apr 3, 2019
2 parents 2ea39ff + b347600 commit 2d072e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d072e0

Please sign in to comment.