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

if CONFIG['GCC'] == 'yes'
  $CFLAGS += ' -Wall'
  #$CFLAGS += ' -O0 -ggdb'
end

create_makefile 'json/ext/parser'