Skip to content

Commit

Permalink
v8-option: removes --max_executable_size=5
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jul 17, 2018
1 parent 6de363a commit d81c023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/node/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CONFIGURE_ARGS = \
--shared-zlib \
--shared-openssl \
--prefix=/usr \
--v8-options="--max_old_space_size=20 --initial_old_space_size=4 --max_semi_space_size=2 --max_executable_size=5 --optimize_for_size" \
--v8-options="--max_old_space_size=20 --initial_old_space_size=4 --max_semi_space_size=2 --optimize_for_size" \
--without-inspector \
--without-dtrace \
--without-intl
Expand Down

0 comments on commit d81c023

Please sign in to comment.