ソースを参照

Disable bundled clang compiler build.

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

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

@@ -26,6 +26,11 @@ 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
echo "v8_use_snapshot = false" | tee -a out/x64.release/args.gn
echo "use_custom_libcxx = false" | tee -a out/x64.release/args.gn
# possibly they use a different version of clang compiling v8.
# however, I already set my own, probably newer clang version.
# ran into: https://groups.google.com/forum/#!topic/v8-users/Jb1VSouy2Z0
echo "is_clang = false" | tee -a out/x64.release/args.gn


# produce monolith (single static all in one .a file)
echo "v8_monolithic = true" | tee -a out/x64.release/args.gn

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