Remove ``-W -Wall'' from top-level Makefile/configure.
[deliverable/binutils-gdb.git] / bfd / Makefile.am
index aae8d708a75291d2d5d62a80caa0f35302c8260a..9c587322d321dd3cb2906806c3191302c89c5536 100644 (file)
@@ -12,6 +12,9 @@ docdir = doc
 
 lib_LTLIBRARIES = libbfd.la
 
+WARN_CFLAGS = @WARN_CFLAGS@
+AM_CFLAGS = $(WARN_CFLAGS)
+
 # bfd.h goes here, for now
 BFD_H = bfd.h
 
This page took 0.029667 seconds and 4 git commands to generate.