summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorfcolin2005-07-19 16:23:25 +0000
committerfcolin2005-07-19 16:23:25 +0000
commitdddd874d06b3bedfcb0759957e0e1a18c00896d8 (patch)
tree09713281f2c8e130cf6c63ef56043a946ef4e3db /src/Makefile
parentb9adeda584ab24b9c7ed34496ab9af9d9fed1fe2 (diff)
downloadivy-c-dddd874d06b3bedfcb0759957e0e1a18c00896d8.zip
ivy-c-dddd874d06b3bedfcb0759957e0e1a18c00896d8.tar.gz
ivy-c-dddd874d06b3bedfcb0759957e0e1a18c00896d8.tar.bz2
ivy-c-dddd874d06b3bedfcb0759957e0e1a18c00896d8.tar.xz
remove old CODE
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a07acd7..871af95 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -66,7 +66,7 @@ REGEXP= -DUSE_PCRE_REGEX -DPCRE_OPT=$(PCRE_OPT)
# on activeTCL , set #define CHANNEL to null, and add ivyloop.o in the ivytcl target,
# see below
CHANNEL = -DTCL_CHANNEL_INTEGRATION
-CFLAGS = -g -Wall -DDEBUG
+CFLAGS = -g -Wall #-DDEBUG
OBJ = ivyloop.o timer.o ivysocket.o ivybind.o ivy.o
GOBJ = ivyloop.o timer.o ivysocket.o ivybind.o givy.o