summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/extconf.rb
blob: cef706a4b9c05fa0419c09b098b4dfebcf16e62d (plain)
1
2
3
4
5
6
7
8
9
10
require 'mkmf'
require 'rbconfig'

if CONFIG['CC'] =~ /gcc/
  #CONFIG['CC'] += ' -Wall -ggdb'
  CONFIG['CC'] += ' -Wall'
end

have_header 'st.h'
create_makefile 'json/ext/parser'