diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-21 14:12:00 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-21 14:12:00 -0400 |
| commit | 5e71e07f5940056f1fb5124dcdfeb71a313b9854 (patch) | |
| tree | 9febb5fb17066bde3107e7aeeadddf47624c4386 /Makefile.mac | |
| parent | 40e4f39181519a7eade4954f9ecb92b84ffb4866 (diff) | |
| download | infinitytier-5e71e07f5940056f1fb5124dcdfeb71a313b9854.tar.gz infinitytier-5e71e07f5940056f1fb5124dcdfeb71a313b9854.zip | |
Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles.
Diffstat (limited to 'Makefile.mac')
| -rw-r--r-- | Makefile.mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mac b/Makefile.mac index e195f088..33535798 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -2,7 +2,7 @@ CC=gcc CXX=g++ INCLUDES= -DEFS=-DZT_ARCH="x86_combined" -DZT_OSNAME="mac" -DZT_TRACE +DEFS= LIBS=-lm # Uncomment for a release optimized universal binary build |
