Skip to content

Commit

Permalink
Disable error catching in emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Oct 24, 2019
1 parent 50f72de commit c38bc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freetype/build/ft_render.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions support/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ emcc --bind \
-s MODULARIZE=1 \
-s NO_FILESYSTEM=1 \
-s SINGLE_FILE=1 \
-s NODEJS_CATCH_EXIT=0 \
-s NODEJS_CATCH_REJECTION=0 \
-Os

0 comments on commit c38bc67

Please sign in to comment.