Skip to content

Commit

Permalink
feat: use_custom_libcxx use default true
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 16, 2024
1 parent 7e6c2fc commit f5fbeaa
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,18 @@ jobs:
echo 'is_component_build = false
is_debug = false
target_cpu = "x64"
v8_target_cpu = "x64"
v8_target_cpu = ""
use_goma = false
v8_enable_backtrace = true
v8_enable_backtrace = ""
v8_use_zlib = false
use_custom_libcxx = false
v8_enable_i18n_support = false
symbol_level = 0
v8_enable_webassembly = false
v8_enable_disassembler = false
v8_enable_object_print = false
v8_enable_verify_heap = false
v8_enable_disassembler = ""
v8_enable_object_print = ""
v8_enable_verify_heap = ""
dcheck_always_on = false
v8_enable_pointer_compression = false
mac_sdk_min = "14.0"
mac_min_system_version = "14.0"
mac_deployment_target = "14.0"
v8_enable_pointer_compression = ""
v8_use_external_startup_data = true' > v8/out.gn/x64.release/args.gn
- run: cat v8/out.gn/x64.release/args.gn
- name: Setup Ninja
Expand Down

0 comments on commit f5fbeaa

Please sign in to comment.