diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-10 11:42:02 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-10 11:42:02 -0700 |
| commit | 7576911951781baf8730ee3e166cb6efc73322bf (patch) | |
| tree | 33376b1334eb415cbecc4068eaeb6cf9ce4d4144 /make-linux.mk | |
| parent | 9e651b39e416171812d0dd3835a0cb9958aed264 (diff) | |
| download | infinitytier-7576911951781baf8730ee3e166cb6efc73322bf.tar.gz infinitytier-7576911951781baf8730ee3e166cb6efc73322bf.zip | |
Temporarily shelve testnet/ -- will resurrect self-contained testnet later perhaps, but probably will not by the time next version ships. Was mostly for debugging multicast anyway and that is now quite stable.
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index b3b0fefd..d4cb9d89 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -49,7 +49,7 @@ endif # "make debug" is a shortcut for this ifeq ($(ZT_DEBUG),1) -# DEFS+=-DZT_TRACE -DZT_LOG_STDOUT + DEFS+=-DZT_TRACE CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS) LDFLAGS= STRIP=echo |
