# HG changeset patch # User Chris Cannam # Date 1517922692 0 # Node ID c5d591bcf899224926f5eddfc9acbae53644eaa1 # Parent 254313f0ef9be0491b067b2690453b577b711222 Let's not have -Werror diff -r 254313f0ef9b -r c5d591bcf899 build/linux/Makefile.linux64 --- a/build/linux/Makefile.linux64 Mon Feb 05 19:06:35 2018 +0000 +++ b/build/linux/Makefile.linux64 Tue Feb 06 13:11:32 2018 +0000 @@ -2,7 +2,7 @@ CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS #CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS -CXXFLAGS := $(CFLAGS) -Werror +CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc