Enable 32bit compressed pointers on 64bit systems. (#1567)

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2017-02-08 14:58:37 +01:00
committed by GitHub
parent 510708ebd6
commit 348894e41f
4 changed files with 18 additions and 21 deletions
+1
View File
@@ -75,6 +75,7 @@ jerry_unittests_options = [
jerry_tests_options = [
Options('jerry_tests'),
Options('jerry_tests-debug', ['--debug']),
Options('jerry_tests-debug', ['--debug', '--cpointer-32bit=on', '--mem-heap=1024']),
Options('jerry_tests-snapshot', ['--snapshot-save=on', '--snapshot-exec=on'], ['--snapshot']),
Options('jerry_tests-debug-snapshot', ['--debug', '--snapshot-save=on', '--snapshot-exec=on'], ['--snapshot']),
]