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

Commit

Permalink
Disable symbols on non-debug macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ignisf committed Jun 22, 2018
1 parent 8ced77e commit cc9d3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ext/libv8/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Builder

def gn_args
%W(is_debug=#{debug_build? ? 'true' : 'false'}
symbol_level=#{debug_build? ? '-1' : '0'}
is_component_build=false
v8_monolithic=true
v8_use_external_startup_data=false
Expand Down
2 changes: 1 addition & 1 deletion vendor/depot_tools
Submodule depot_tools updated from a28b14 to 120b2e

0 comments on commit cc9d3df

Please sign in to comment.