File: extconf.rb

package info (click to toggle)
ruby-redcloth 4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 668 kB
  • ctags: 216
  • sloc: ruby: 1,213; ansic: 201; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
require 'mkmf'
CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
$CFLAGS << ' -O0 -Wall ' if CONFIG['CC'] =~ /gcc/
dir_config("redcloth_scan")
have_library("c", "main")
create_makefile("redcloth_scan")