We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e454bac + 9278c75 commit d9cd94dCopy full SHA for d9cd94d
test/fixtures/dummy_gem/ext/hello_world/extconf.rb
@@ -2,4 +2,6 @@
2
3
require "mkmf"
4
5
+$LDFLAGS << " -s -pipe" if RUBY_PLATFORM !~ /darwin/
6
+
7
create_makefile("hello_world")
0 commit comments