Sha256: b579bcc662c30f6bc3143cf7650f8805feb98f3fd767d4eb66470c866bd99159
Contents?: true
Size: 302 Bytes
Versions: 6788
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true require "mkmf" makefile_config = RbConfig::MAKEFILE_CONFIG makefile_config["CC"] = ENV["CC"] if ENV["CC"] makefile_config["CFLAGS"] << " -gdwarf-2 -g3 -O0" if ENV["debug"] dir_config("ruby") with_cflags(makefile_config["CFLAGS"]) { create_makefile("byebug/byebug") }
Version data entries
6,788 entries across 6,784 versions & 35 rubygems