Skip to content

Commit

Permalink
use v8_monolith.a
Browse files Browse the repository at this point in the history
  • Loading branch information
david-clang authored Sep 16, 2024
1 parent 52f730a commit 1f383b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: cd v8 && ./tools/dev/v8gen.py x64.release -vv
- run: cd v8 && rm ./out.gn/x64.release/args.gn
- run: |
echo 'is_component_build = true
echo 'is_component_build = false
is_debug = false
target_cpu = "x64"
v8_target_cpu = "x64"
Expand All @@ -115,6 +115,7 @@ jobs:
v8_enable_disassembler = false
v8_enable_object_print = false
v8_enable_verify_heap = false
v8_monolithic = true
dcheck_always_on = false
v8_enable_pointer_compression = false
v8_use_external_startup_data = true' > v8/out.gn/x64.release/args.gn
Expand All @@ -124,7 +125,7 @@ jobs:
with:
version: 1.10.0
- name: Build
run: ninja -C ./v8/out.gn/x64.release
run: ninja -C ./v8/out.gn/x64.release v8_monolith
- uses: actions/upload-artifact@v3
with:
name: v8_macox_x86_64
Expand Down

0 comments on commit 1f383b1

Please sign in to comment.