Hello,
trunk includes now an easier system to give the compile options. So far, changing the size of private memory, number of routes that can be used in config file required edit of source code. Other required changes in different files, so we looked to simplify and unify the mode of setting most common options.
A new file, Makefile.vars holds now options in format name=value
where you can turn off/on compilation flags (like compile in memory debug mode), tune internal values and specify what group of modules (based on dependency) to be compile as well.
So, from now on, if you want to tune compilation parameters, check first the Makefile.vars file.
Cheers, Daniel