summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2005-05-26 15:41:09 +0000
committerfcolin2005-05-26 15:41:09 +0000
commit1e16ce16deda5ca834e84a07482608761eb6c07d (patch)
treed62bd01a5567a7adfc3f55916d004a944844d83f
parent66479d88b4b024b1937ceca947867dd42e296e62 (diff)
downloadivy-c-1e16ce16deda5ca834e84a07482608761eb6c07d.zip
ivy-c-1e16ce16deda5ca834e84a07482608761eb6c07d.tar.gz
ivy-c-1e16ce16deda5ca834e84a07482608761eb6c07d.tar.bz2
ivy-c-1e16ce16deda5ca834e84a07482608761eb6c07d.tar.xz
*** empty log message ***
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b5128c8..d9907ce 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
+CFLAGS = -g -Wall #-DDEBUG
OBJ = ivyloop.o timer.o ivysocket.o ivy.o
GOBJ = ivyloop.o timer.o ivysocket.o givy.o