Parcourir la source

Makefile.defs: improve and extend comment about compilation mode

Henning Westerholt il y a 7 ans
Parent
commit
cdfd0d460f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/Makefile.defs

+ 2 - 2
src/Makefile.defs

@@ -698,8 +698,8 @@ C_DEFS+= -DSHM_MEM  -DSHM_MMAP \
 				# you may also want to set -DPROFILING
 				# you may also want to set -DPROFILING
 
 
 # WARNING: do not add mode=debug or mode=release anymore in the Makefile,
 # 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
 # memory managers and related debug mode
 C_DEFS+= -DMEM_JOIN_FREE
 C_DEFS+= -DMEM_JOIN_FREE