Hi, compiling with "make deb" makes usage of the config.h in which I can set the PKG memory. This valua can also be set (in a more fashioned way) in Makefile.vars along with other parameters as MEMDBG.
However "make deb" doesn't read Makefile.vars so memory debugging is not compiled. Perhaps I should add "-DDBG_QM_MALLOC" somewhere in the debian rules file? But more important, is it possible to share an unique "custom parameters" file readable when using "make deb" or whatever "make xxxxx"?
Thanks.