turn off PIC_NAN_BOXING flag by default (for 32bit env)
This commit is contained in:
parent
c2d7f3d1f2
commit
f6506a4828
|
@ -5,7 +5,7 @@
|
|||
#define PIC_DIRECT_THREADED_VM 1
|
||||
|
||||
/* switch internal value representation */
|
||||
#define PIC_NAN_BOXING 1
|
||||
/* #define PIC_NAN_BOXING 1 */
|
||||
|
||||
/* enable readline module */
|
||||
#define PIC_ENABLE_READLINE 1
|
||||
|
|
Loading…
Reference in New Issue