Skip to content

Commit

Permalink
tools: update V8 gypfiles for 12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-github-bot committed Aug 7, 2024
1 parent efb3340 commit 52aad10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
'v8_initializers',
'v8_maybe_icu',
'v8_abseil',
'fp16',
],
'sources': [
'<(V8_ROOT)/src/init/setup-isolate-full.cc',
Expand All @@ -265,6 +266,7 @@
'generate_bytecode_builtins_list',
'run_torque',
'v8_abseil',
'fp16',
],
'cflags!': ['-O3'],
'cflags': ['-O1'],
Expand Down Expand Up @@ -293,6 +295,7 @@
'v8_shared_internal_headers',
'v8_pch',
'v8_abseil',
'fp16',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
Expand Down Expand Up @@ -916,6 +919,7 @@
'v8_turboshaft',
'v8_pch',
'v8_abseil',
'fp16',
],
'conditions': [
['v8_enable_turbofan==1', {
Expand All @@ -939,6 +943,7 @@
'v8_shared_internal_headers',
'v8_pch',
'v8_abseil',
'fp16',
],
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
Expand Down Expand Up @@ -1674,6 +1679,7 @@
'v8_turboshaft',
'v8_pch',
'v8_abseil',
'fp16',
# "build/win:default_exe_manifest",
],
'sources': [
Expand Down

0 comments on commit 52aad10

Please sign in to comment.