diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-19 16:43:43 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-19 16:43:43 -0700 |
commit | 63ec19674c423b3d93185a690cff3f355c8d9c17 (patch) | |
tree | 2bbef2c69d0434ca95e9f952debf8aa2e9c6ad6d /make-mac.mk | |
parent | 087c75d5eebea46be5a877dbd22c2362ad0a9051 (diff) | |
download | infinitytier-63ec19674c423b3d93185a690cff3f355c8d9c17.tar.gz infinitytier-63ec19674c423b3d93185a690cff3f355c8d9c17.zip |
.
Diffstat (limited to 'make-mac.mk')
-rw-r--r-- | make-mac.mk | 2 |
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. |