Module: sip-router
Branch: master
Commit: 644ffab0450d49aa36cfa803a41eff9db1ddb13a
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=644ffab0450d49aa36cfa803a41eff9db1ddb13a

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Wed Nov 13 10:37:17 2013 +0100

Makefile.defs: enabled memory debugging

- to be kept for the rest of testing period to spot eventual buffer
  overflows

---

 Makefile.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index 8b58f2b..15fae25 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -174,7 +174,7 @@ MEMMNG ?= 1
 # memory debugger switcher
 # 0 - off (no-debug mode)
 # 1 - on (debug mode)
-MEMDBG ?= 0
+MEMDBG ?= 1
 
 SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
                        $(SUBLEVEL) )


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to