Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2014-06-10 11:34:01 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2014-06-10 11:35:01 +0400
commitbe483f24daa3ee3076ab198cc1bc22b1cdef3b62 (patch)
tree1d97ab9a9162004dd2d264ad45c7260f1a0ae953 /libgc/Makefile.am
parentbe195eb1e66f7be27b8ee9fc216da3b32d5f4262 (diff)
Add build system plumbing for building with -Werror.
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index 49dbe4be81c..a53aafcbf3e 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -68,7 +68,7 @@ libmonogc_static_la_LDFLAGS = -static
EXTRA_DIST += alpha_mach_dep.S mips_sgi_mach_dep.s sparc_mach_dep.S
-AM_CFLAGS = @GC_CFLAGS@
+AM_CFLAGS = $(WERROR_CFLAGS) @GC_CFLAGS@
if CPLUSPLUS
extra_checks = test_cpp