Update include paths to be workspace relative.

Minimise the amount of heap space allocated.
Reduce the main() stack from 4K to 2K.
This commit is contained in:
Richard Barry 2012-04-06 20:02:44 +00:00
parent a3b4008eae
commit 248abca109
2 changed files with 18 additions and 7 deletions

View file

@ -6,3 +6,11 @@
#else
#include <device.lsl>
#endif
section_layout ::linear
{
group heap "heap" ( size = 100 );
}
section_layout ::linear
{
group stack "stack" ( size = 2k );
}