summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-03-19 16:43:43 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2019-03-19 16:43:43 -0700
commit63ec19674c423b3d93185a690cff3f355c8d9c17 (patch)
tree2bbef2c69d0434ca95e9f952debf8aa2e9c6ad6d /make-mac.mk
parent087c75d5eebea46be5a877dbd22c2362ad0a9051 (diff)
downloadinfinitytier-63ec19674c423b3d93185a690cff3f355c8d9c17.tar.gz
infinitytier-63ec19674c423b3d93185a690cff3f355c8d9c17.zip
.
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk
index 4363d38f..57c69886 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -51,7 +51,7 @@ endif
# Debug mode -- dump trace output, build binary with -g
ifeq ($(ZT_DEBUG),1)
ZT_TRACE=1
- CFLAGS+=-Wall -Werror -g $(INCLUDES) $(DEFS)
+ CFLAGS+=-Wall -g $(INCLUDES) $(DEFS)
STRIP=echo
# The following line enables optimization for the crypto code, since
# C25519 in particular is almost UNUSABLE in heavy testing without it.