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

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

create_makefile 'json/ext/parser'