Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit cc9d3df

Browse files
committed
Disable symbols on non-debug macos builds
1 parent 8ced77e commit cc9d3df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ext/libv8/builder.rb

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Builder
1313

1414
def gn_args
1515
%W(is_debug=#{debug_build? ? 'true' : 'false'}
16+
symbol_level=#{debug_build? ? '-1' : '0'}
1617
is_component_build=false
1718
v8_monolithic=true
1819
v8_use_external_startup_data=false

vendor/depot_tools

Submodule depot_tools updated from a28b14f to 120b2e4

0 commit comments

Comments
 (0)