Skip to content

Commit d9cd94d

Browse files
authored
Merge pull request #16 from shopify-playground/ec-binary-size
Reduce the size of the binary generated:
2 parents e454bac + 9278c75 commit d9cd94d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/dummy_gem/ext/hello_world/extconf.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
require "mkmf"
44

5+
$LDFLAGS << " -s -pipe" if RUBY_PLATFORM !~ /darwin/
6+
57
create_makefile("hello_world")

0 commit comments

Comments
 (0)