]> mj.ucw.cz Git - leo.git/blob - default.cfg
Makefile: We need to link with libm
[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;