Skip to content

Commit ff35a74

Browse files
committed
Remove strip option when host build
1 parent 781081e commit ff35a74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build_config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def build_config(conf, target = nil, strip: false)
2929
end
3030

3131
MRuby::Build.new do |conf|
32-
build_config(conf, strip: true)
32+
build_config(conf)
3333
debug_config(conf)
3434
gem_config(conf)
3535
end

perf.data

532 KB
Binary file not shown.

0 commit comments

Comments
 (0)