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.
1 parent 846ecf4 commit 48406bbCopy full SHA for 48406bb
ruby/testdata/example/ext/example/extconf.rb
@@ -12,5 +12,5 @@
12
append_cflags("-fvisibility=hidden")
13
14
############ Appended for go native extension
15
-create_go_makefile("example/example")
+create_go_makefile("example/example", go_build_args: "-gcflags='all=-N -l'")
16
0 commit comments