diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-09 20:54:00 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-09 20:54:00 -0700 |
| commit | 068d311ecc7b52f1adaa894864afa54ef49a3e6e (patch) | |
| tree | e62de1256cbc981f159c8b023ce1b6bbbc3f27cd /make-mac.mk | |
| parent | 38200cc6a55c3b11502a78251c2bdf09960a2a03 (diff) | |
| download | infinitytier-068d311ecc7b52f1adaa894864afa54ef49a3e6e.tar.gz infinitytier-068d311ecc7b52f1adaa894864afa54ef49a3e6e.zip | |
TRACE compile fixes, other fixes, and it basically works! It says HELLO.
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 673641f2..22b6a823 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -38,7 +38,7 @@ endif DEFS+=-DZT_SALSA20_SSE ifeq ($(ZT_DEBUG),1) -# DEFS+=-DZT_TRACE + DEFS+=-DZT_TRACE CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS) STRIP=echo # The following line enables optimization for the crypto code, since |
