Sha256: 1450b2ebd9c63122d3ba49bbd3a3ec4f236576596ddf91da7918d4b63e53c060
Contents?: true
Size: 271 Bytes
Versions: 16
Compression:
Stored size: 271 Bytes
Contents
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
16 entries across 15 versions & 3 rubygems