From e600d76dc320fa48497dcd11f56a7999a70f1410 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sun, 3 Jan 2010 17:44:16 -0800 Subject: not using *args in the tree builder --- ext/psych/extconf.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext') diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb index 5da916b..eb0b319 100644 --- a/ext/psych/extconf.rb +++ b/ext/psych/extconf.rb @@ -1,5 +1,7 @@ require 'mkmf' +# :stopdoc: + RbConfig::MAKEFILE_CONFIG['CC'] = ENV['CC'] if ENV['CC'] $CFLAGS << ' -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion' << @@ -19,3 +21,5 @@ asplode('yaml.h') unless find_header 'yaml.h' asplode('libyaml') unless find_library 'yaml', 'yaml_get_version' create_makefile 'psych/psych' + +# :startdoc: -- cgit v1.2.3