ext/liballocations/extconf.rb (
8
lines of code) (
raw
):
require 'mkmf' if RbConfig::CONFIG['CC'] =~ /clang|gcc/ $CFLAGS << ' -pedantic' end if ENV['DEBUG'] $CFLAGS << ' -O0 -g' end create_makefile('liballocations')