[sr-dev] git:master:cdfd0d46: Makefile.defs: improve and extend comment about compilation mode
Henning Westerholt
hw at kamailio.org
Sun Oct 7 22:50:54 CEST 2018
Module: kamailio
Branch: master
Commit: cdfd0d460fbfe7a2cd2343b3829d3df88a943cd8
URL: https://github.com/kamailio/kamailio/commit/cdfd0d460fbfe7a2cd2343b3829d3df88a943cd8
Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-10-07T22:49:58+02:00
Makefile.defs: improve and extend comment about compilation mode
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/cdfd0d460fbfe7a2cd2343b3829d3df88a943cd8.diff
Patch: https://github.com/kamailio/kamailio/commit/cdfd0d460fbfe7a2cd2343b3829d3df88a943cd8.patch
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index fe4dc4ce2f..da9e95585a 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -698,8 +698,8 @@ C_DEFS+= -DSHM_MEM -DSHM_MMAP \
# you may also want to set -DPROFILING
# WARNING: do not add mode=debug or mode=release anymore in the Makefile,
-# use make mode=debug all instead. Anyway no by default ser is compiled w/
-# debugging symbols in all cases (-g). --andrei
+# use make mode=debug all instead. By default Kamailio is compiled with
+# debugging symbols in all cases (-g) and without optimization (-O0).
# memory managers and related debug mode
C_DEFS+= -DMEM_JOIN_FREE
More information about the sr-dev
mailing list