Sha256: 20ca53bb6985a83555d8337bc6211aa4ecc336b01689c3695a107644773b02d6
Contents?: true
Size: 371 Bytes
Versions: 25
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true require 'mkmf' config_string("strict_warnflags") {|w| $warnflags += " #{w}"} append_cflags("-Wno-compound-token-split-by-macro") if RUBY_VERSION < "2.7." have_func("rb_category_warn") with_werror("", {:werror => true}) do |opt, | have_var("timezone", "time.h", opt) have_var("altzone", "time.h", opt) end create_makefile('date_core')
Version data entries
25 entries across 25 versions & 4 rubygems