aboutsummaryrefslogtreecommitdiffstats
path: root/ext/json/ext/generator/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/ext/generator/extconf.rb')
-rw-r--r--ext/json/ext/generator/extconf.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/json/ext/generator/extconf.rb b/ext/json/ext/generator/extconf.rb
deleted file mode 100644
index fc267420f1..0000000000
--- a/ext/json/ext/generator/extconf.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'mkmf'
-require 'rbconfig'
-
-if CONFIG['GCC'] == 'yes'
- $CFLAGS += ' -Wall'
- #$CFLAGS += ' -O0 -ggdb'
-end
-
-create_makefile 'json/ext/generator'