Skip to content

Commit

Permalink
10.6在linux下use_custom_libcxx=false
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed May 8, 2024
1 parent e661cab commit 850b398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ if [ "$VERSION" == "10.6.194" ]; then
libcxx_abi_unstable = false
v8_enable_pointer_compression=false
v8_enable_sandbox = false
use_custom_libcxx=false
'
else
python ./tools/dev/v8gen.py x64.release -vv -- '
Expand Down
1 change: 1 addition & 0 deletions linux_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ if [ "$VERSION" == "10.6.194" ]; then
libcxx_abi_unstable = false
v8_enable_pointer_compression=false
v8_enable_sandbox = false
use_custom_libcxx=false
'
else
python ./tools/dev/v8gen.py arm64.release -vv -- '
Expand Down

0 comments on commit 850b398

Please sign in to comment.