From b4c8007d3b2082c757ae42008e915872c8ebe671 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 23 May 2017 22:24:50 +0200 Subject: proxy passed test; various bug fixes --- code/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/core/Makefile') diff --git a/code/core/Makefile b/code/core/Makefile index 2cae048..f0e46a1 100644 --- a/code/core/Makefile +++ b/code/core/Makefile @@ -1,5 +1,5 @@ MAKE=make -CFLAGS = -I. -pthread -O3 $(PIC) -DECP_DEBUG +CFLAGS = -I. -pthread -O3 $(PIC) obj = core.o timer.o msgq.o subdirs = crypto posix htable -- cgit v1.2.3