From 09a2c9c2e20c4cfbbde8748d3c00402ff70d92c4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 20 May 2017 05:18:23 +0200 Subject: configure: add --disable-werror For #350 --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5cc0b8008..4cef9600e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,6 +34,7 @@ LDFLAGS=@LDFLAGS@ LIBBACKTRACE=@backtrace_lib@ llvm_be=@llvm_be@ build_mode=@build_mode@ +enable_werror=@enable_werror@ INSTALL_PROGRAM=install -m 755 INSTALL_DATA=install -m 644 @@ -78,7 +79,9 @@ WARN_CFLAGS=-Wall GNAT_BARGS=-bargs -E # Warnings as errors. Comment this line if a warning looks not valid. +ifeq "$(enable_werror)" "true" GNATFLAGS+=-gnatwe +endif target=$(build) #target=i686-pc-linux-gnu -- cgit v1.2.3