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

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

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