summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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