]> mj.ucw.cz Git - leo.git/blob - default.cfg
[Labelling] Coding style fixes and cleanups in other modules
[leo.git] / default.cfg
1 # Default configuration of Hic Est Leo
2
3 # By default, compile everything for local use without installation
4 Set("CONFIG_LOCAL");
5
6 # Include debugging code
7 Set("CONFIG_DEBUG");
8
9 # Return success
10 1;