BastliBridge

A bot framework bridgin multiple IM protocols, and mail
git clone git://xatko.vsos.ethz.ch/BastliBridge.git
Log | Files | Refs | Submodules

commit 1ad7ce3af8875423e5e63000c953521814bff547
parent ee43fb21350f7364a2e454daca4dc05af5ff4868
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Thu, 14 Sep 2017 21:20:45 +0200

Disable the Trace output when compiling the release

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ DMD ?= ldmd2 DEBUG ?= -g -RELEASE ?= -release -O +RELEASE ?= -release -O -d-version=StdLoggerDisableTrace DFLAGS ?= INCLUDES = Dirk/source/ SRC := src/telegram.d $(wildcard Dirk/source/*/*.d) Dirk/libev/deimos/ev.d