Skip to content

Commit

Permalink
Remove strip option when host build
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jan 27, 2024
1 parent 781081e commit ff35a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def build_config(conf, target = nil, strip: false)
end

MRuby::Build.new do |conf|
build_config(conf, strip: true)
build_config(conf)
debug_config(conf)
gem_config(conf)
end
Expand Down
Binary file added perf.data
Binary file not shown.

0 comments on commit ff35a74

Please sign in to comment.