From d1bac3ff164ba94dc32b50a8c7648deaa34df3e6 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 25 May 2018 21:16:27 +0800 Subject: Makefile - Remove -Werror --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 18415510..b93a99b2 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,6 @@ RUST_TESTS_FINAL_STAGE ?= ALL LINKFLAGS := -g LIBS := -lz CXXFLAGS := -g -Wall -# - Only turn on -Werror when running as `tpg` (i.e. me) -ifeq ($(shell whoami),tpg) - CXXFLAGS += -Werror -endif CXXFLAGS += -std=c++14 #CXXFLAGS += -Wextra CXXFLAGS += -O2 -- cgit v1.2.3