diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-18 11:49:36 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-18 11:49:36 -0700 |
commit | 72ea6b67dada5f983da32eb6bdcb9d4c1760d761 (patch) | |
tree | 633062ec61a6e437a2cde6bbed76ffece0a39a37 /src/settings.js | |
parent | 3da4b977b4c8378efdf7b3ab27798846acd3e1dc (diff) |
clarify use of safe heap with ta2
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 70888a6c..0fdc445d 100644 --- a/src/settings.js +++ b/src/settings.js @@ -53,6 +53,7 @@ SKIP_STACK_IN_SMALL = 1; // When enabled, does not push/pop the stack at all in // may allocate stack later, and in a loop, this can be // very bad. In particular, when debugging, printf()ing // a lot can exhaust the stack very fast, with this option. + // In particular, be careful with the autodebugger! INLINE_LIBRARY_FUNCS = 1; // Will inline library functions that have __inline defined // Generated code debugging options |