From d026353ebba838c2d8cf192d07b3ec0710f74b13 Mon Sep 17 00:00:00 2001 From: Andrea Zoli <zoli@iasfbo.inaf.it> Date: Tue, 24 Jun 2014 13:17:54 +0200 Subject: [PATCH] Add -Werror. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 656bb67..fd255f3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ LIB_DESTDIR = lib CXX = g++ #Insert the optional parameter to the compiler. The CFLAGS could be changed externally by the user #- g3 -CFLAGS = -O2 -m64 -fPIC -g +CFLAGS = -O2 -m64 -fPIC -g -Werror #-O2 -O0 -g3 #Set INCPATH to add the inclusion paths INCPATH = -I ./include -- GitLab