We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3863c65 commit fedad10Copy full SHA for fedad10
tools/build.py
@@ -353,10 +353,6 @@ def build_iotjs(options):
353
if options.jerry_heaplimit:
354
cmake_opt.append('-DJERRY_GLOBAL_HEAP_SIZE=%d' %
355
options.jerry_heaplimit)
356
- if options.jerry_heaplimit > 512:
357
- cmake_opt.append("-DEXTRA_JERRY_CMAKE_PARAMS='%s'" %
358
- "-DJERRY_CPOINTER_32_BIT=ON")
359
-
360
# --jerry-heap-section
361
if options.jerry_heap_section:
362
cmake_opt.append("-DJERRY_ATTR_GLOBAL_HEAP='%s'" %
0 commit comments