From: Tobias Oetiker Date: Mon, 22 Mar 2010 17:21:38 +0000 (+0000) Subject: Wall is not a portable cc option ... if this is to be used we would have to check X-Git-Tag: 1.4.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0629c1e6da89bdf3ce3252b5917808a0498339;p=thirdparty%2Frrdtool-1.x.git Wall is not a portable cc option ... if this is to be used we would have to check which C compiler is in use ... so lets drop it for now git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2045 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb index f46aa183..2045e5a5 100644 --- a/bindings/ruby/extconf.rb +++ b/bindings/ruby/extconf.rb @@ -3,8 +3,6 @@ require 'mkmf' -$CFLAGS += ' -Wall ' - if /linux/ =~ RUBY_PLATFORM $LDFLAGS += '-Wl,--rpath -Wl,$(EPREFIX)/lib' elsif /solaris/ =~ RUBY_PLATFORM