Skip to content

Commit

Permalink
Use SKIP_STACK_IN_SMALL
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Nov 4, 2011
1 parent 3a33302 commit 3dd9321
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 476 deletions.
2 changes: 1 addition & 1 deletion Avc/make.py
Expand Up @@ -9,7 +9,7 @@
import tools.shared as emscripten

EMSCRIPTEN_SETTINGS = {
'SKIP_STACK_IN_SMALL': 0,
'SKIP_STACK_IN_SMALL': 1,
'INIT_STACK': 0,
'AUTO_OPTIMIZE': 0,
'CHECK_OVERFLOWS': 0,
Expand Down

0 comments on commit 3dd9321

Please sign in to comment.