From eba5e24b62f0a3a8848b84fd27a58148a19bf925 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 22 Mar 2010 17:21:38 +0000 Subject: [PATCH] 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@2045 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/ruby/extconf.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/program/bindings/ruby/extconf.rb b/program/bindings/ruby/extconf.rb index f46aa183..2045e5a5 100644 --- a/program/bindings/ruby/extconf.rb +++ b/program/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 -- 2.30.2