Top Level Namespace

Defined Under Namespace

Classes: MysqlBlobStreaming

Instance Method Summary collapse

Instance Method Details

#remove_no_undefined(ldflags) ⇒ Object

–no-undefined forces us to link against libruby



15
16
17
# File 'ext/mysql_blob_streaming/extconf.rb', line 15

def remove_no_undefined(ldflags)
  ldflags.gsub("-Wl,--no-undefined", "")
end