Code

Imported upstream version 1.4~rc2.
[pkg-rrdtool.git] / bindings / ruby / extconf.rb
index 2045e5a5dca2a06dbc86356eeb520684d5197e85..f46aa183308ac9eaeebacd4f4722f8585ca7f89a 100644 (file)
@@ -3,6 +3,8 @@
 
 require 'mkmf'
 
+$CFLAGS += ' -Wall '
+
 if /linux/ =~ RUBY_PLATFORM
    $LDFLAGS += '-Wl,--rpath -Wl,$(EPREFIX)/lib'
 elsif /solaris/ =~ RUBY_PLATFORM