summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-05-25 21:16:27 +0800
committerJohn Hodge <tpg@mutabah.net>2018-05-25 21:16:27 +0800
commitd1bac3ff164ba94dc32b50a8c7648deaa34df3e6 (patch)
tree378fabec45843c6988abf44eed72013bae6d6a9d
parent4f5053eb77644d69f75b3482a91752684d810bd9 (diff)
downloadmrust-d1bac3ff164ba94dc32b50a8c7648deaa34df3e6.tar.gz
Makefile - Remove -Werror
-rw-r--r--Makefile4
1 files changed, 0 insertions, 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