diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 871af95..a07acd7 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 |