浏览代码

NO__DEBUG and NO_LOG turned off -- not good for distribution ;-)

Jiri Kuthan 23 年之前
父节点
当前提交
bfd94206e3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Makefile.defs

+ 3 - 3
Makefile.defs

@@ -134,8 +134,8 @@ DEFS+= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
 	 -DDNS_IP_HACK \
 	 -DUSE_IPV6 \
 	 -DF_MALLOC \
-	 -DNO_DEBUG \
-	 -DNO_LOG
+	 #-DNO_DEBUG \
+	 #-DNO_LOG
 	 #-DEXTRA_DEBUG \
 	 #-DDBG_QM_MALLOC \
 	 #-DVQ_MALLOC  
@@ -149,7 +149,7 @@ DEFS+= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"' \
 	 #-DNO_LOG
 
 #PROFILE=  -pg #set this if you want profiling
-#mode = debug
+mode = debug
 ifeq ($(mode),)
 	mode = release
 endif