Sha256: 237e3ae5f6919ebfbfcea1e842a6a7db6aab9f85e03b84f6668b1a520630815b

Contents?: true

Size: 315 Bytes

Versions: 7

Compression:

Stored size: 315 Bytes

Contents

require 'mkmf'
require 'rbconfig'

$CFLAGS << ' -Wall -funroll-loops -Wno-declaration-after-statement'
$CFLAGS << ' -Werror-implicit-function-declaration -Wextra -O0 -ggdb3' if ENV['DEBUG']

if ENV['SANITIZE']
  $CFLAGS << ' -fsanitize=address'
  $LDFLAGS << ' -fsanitize=address'
end

create_makefile('yajl/yajl')

Version data entries

7 entries across 7 versions & 5 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/extconf.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/extconf.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/extconf.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/extconf.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/yajl-ruby-1.4.3/ext/yajl/extconf.rb
yajl-ruby-1.4.3 ext/yajl/extconf.rb
yajl-ruby-1.4.2 ext/yajl/extconf.rb