Sha256: 26fb54c26315932d71a6e7bb65ec0f2cd27a39cbc93ea1726b26709b77533867

Contents?: true

Size: 270 Bytes

Versions: 7

Compression:

Stored size: 270 Bytes

Contents

require "mkmf"
$CFLAGS << ' -O3 -std=c99'
$CFLAGS << ' -Wall -Wextra -Wpedantic -Werror'
$CFLAGS << ' -Wno-unused-parameter' # VALUE self has to be there but we don't care what it is.
$CFLAGS << ' -Wno-keyword-macro' # hiding return
create_makefile("bootsnap/bootsnap")

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bootsnap-0.2.10 ext/bootsnap/extconf.rb
bootsnap-0.2.9 ext/bootsnap/extconf.rb
bootsnap-0.2.8 ext/bootsnap/extconf.rb
bootsnap-0.2.7 ext/bootsnap/extconf.rb
bootsnap-0.2.6 ext/bootsnap/extconf.rb
bootsnap-0.2.5 ext/bootsnap/extconf.rb
bootsnap-0.2.4 ext/bootsnap/extconf.rb