Enable conservative stack marking.
This commit is contained in:
parent
afabdbe599
commit
7c98e712b1
1 changed files with 8 additions and 1 deletions
|
@ -41,7 +41,14 @@ Boston, MA 02111-1307, USA. */
|
|||
/* Define REL_ALLOC if you want to use the relocating allocator for
|
||||
buffer space. */
|
||||
#define REL_ALLOC
|
||||
|
||||
|
||||
/* Enable conservative stack marking for GC. */
|
||||
#define GC_MARK_STACK 1
|
||||
|
||||
/* MSVC ignores the "register" keyword, so test fails even though
|
||||
setjmp does work. */
|
||||
#define GC_SETJMP_WORKS 1
|
||||
|
||||
/* Define HAVE_X_WINDOWS if you want to use the X window system. */
|
||||
#undef HAVE_X_WINDOWS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue