Преглед изворни кода

Bump v8 and enable gdbjit

master
Ray Burgemeestre пре 1 година
родитељ
комит
4f26f3632d
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      v8pp/build-v8.sh

+ 3
- 1
v8pp/build-v8.sh Прегледај датотеку

#gclient sync -r 7.2.1 # stupid test #gclient sync -r 7.2.1 # stupid test
#gclient sync -r 8.2.297.1 # https://github.com/pmed/v8-nuget/ #gclient sync -r 8.2.297.1 # https://github.com/pmed/v8-nuget/
#gclient sync -r 9.3.345.3 # https://github.com/pmed/v8-nuget/ #gclient sync -r 9.3.345.3 # https://github.com/pmed/v8-nuget/
gclient sync -r 10.0.139.9 # https://github.com/pmed/v8-nuget/
#gclient sync -r 10.0.139.9 # https://github.com/pmed/v8-nuget/
gclient sync -r 11.9.169.4 # https://github.com/pmed/v8-nuget/


# Looks like we have to use GN now: https://github.com/v8/v8/wiki/Building-with-GN # Looks like we have to use GN now: https://github.com/v8/v8/wiki/Building-with-GN


echo "v8_enable_embedded_builtins = false" | tee -a out/x64.release/args.gn 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_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 "v8_enable_gdbjit = true" | tee -a out/x64.release/args.gn
# set below to true to make it use libc++ (although it will use the one it is bundled with, # set below to true to make it use libc++ (although it will use the one it is bundled with,
# and also it will enable unsafe abi stuff, which means basically alpha features afaik) # and also it will enable unsafe abi stuff, which means basically alpha features afaik)
echo "use_custom_libcxx = false" | tee -a out/x64.release/args.gn echo "use_custom_libcxx = false" | tee -a out/x64.release/args.gn

Loading…
Откажи
Сачувај