Sha256: 6cad94e834f27ebf473582461398ae5470150d75b0ee53d5e40e8d38bf154619

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 Bytes

Contents

require "mkmf"
$CFLAGS << ' -O3 -msse4.2 -std=c99'
have_header('x86intrin.h')
$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

4 entries across 4 versions & 1 rubygems

Version Path
bootsnap-0.2.3 ext/bootsnap/extconf.rb
bootsnap-0.2.2 ext/bootsnap/extconf.rb
bootsnap-0.2.1 ext/bootsnap/extconf.rb
bootsnap-0.2.0 ext/bootsnap/extconf.rb