Преглед на файлове

Disable bundled clang compiler build.

master
Ray Burgemeestre преди 5 години
родител
ревизия
e0d6b76611
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. +5
    -0
      v8pp/build-v8.sh

+ 5
- 0
v8pp/build-v8.sh Целия файл

echo "v8_use_external_startup_data = 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 "v8_use_snapshot = false" | tee -a out/x64.release/args.gn
echo "use_custom_libcxx = 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) # produce monolith (single static all in one .a file)
echo "v8_monolithic = true" | tee -a out/x64.release/args.gn echo "v8_monolithic = true" | tee -a out/x64.release/args.gn

Loading…
Отказ
Запис