Skip to content

Commit 5600c4c

Browse files
committed
Enable cpointer_32_bit by default (this will be removed after testing).
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
1 parent 856974d commit 5600c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def add_build_args(parser):
4242
parser.add_argument('--error-messages', choices=['on', 'off'], default='off', help='Enable error messages (default: %(default)s)')
4343
parser.add_argument('--valgrind', choices=['on', 'off'], default='off', help='Enable Valgrind support (default: %(default)s)')
4444
parser.add_argument('--valgrind-freya', choices=['on', 'off'], default='off', help='Enable Valgrind-Freya support (default: %(default)s)')
45-
parser.add_argument('--cpointer_32_bit', choices=['on', 'off'], default='off', help='Enable 32 bit compressed pointers (default: %(default)s)')
45+
parser.add_argument('--cpointer_32_bit', choices=['on', 'off'], default='on', help='Enable 32 bit compressed pointers (default: %(default)s)')
4646
parser.add_argument('--show-opcodes', choices=['on', 'off'], default='off', help='Enable parser byte-code dumps (default: %(default)s)')
4747
parser.add_argument('--show-regexp-opcodes', choices=['on', 'off'], default='off', help='Enable regexp byte-code dumps (default: %(default)s)')
4848
parser.add_argument('--mem-stats', choices=['on', 'off'], default='off', help='Enable memory statistics (default: %(default)s)')

0 commit comments

Comments
 (0)