ソースを参照

This seems to fix stuff in some cases. but I get runtime segfaults.

master
コミット
7d98f2db02
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      v8pp/build-v8.sh

+ 2
- 0
v8pp/build-v8.sh ファイルの表示

@@ -25,6 +25,8 @@ gclient sync -r 7.5.288.23 # https://github.com/pmed/v8-nuget/
#rm -rf out/x64.release
./tools/dev/gm.py x64.release

sed -i.bak 's/_LIBCPP_ABI_VERSION=Cr/_LIBCPP_ABI_VERSION=1/' build/config/c++/BUILD.gn

# workaround, see notes.txt
echo "v8_enable_embedded_builtins = false" | tee -a out/x64.release/args.gn
echo "v8_use_external_startup_data = false" | tee -a out/x64.release/args.gn

読み込み中…
キャンセル
保存