Skip to content

Commit fedad10

Browse files
committed
No need handle jerry_heaplimit in build.py
1 parent 3863c65 commit fedad10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/build.py

-4
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,6 @@ def build_iotjs(options):
353353
if options.jerry_heaplimit:
354354
cmake_opt.append('-DJERRY_GLOBAL_HEAP_SIZE=%d' %
355355
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-
360356
# --jerry-heap-section
361357
if options.jerry_heap_section:
362358
cmake_opt.append("-DJERRY_ATTR_GLOBAL_HEAP='%s'" %

0 commit comments

Comments
 (0)