Options

In the Makefile, the -gs option can be added to CFLAGS to enable DICE's dynamic stack code. It makes the program grow in size by a couple of kilobytes, and it slows down execution by a few milliseconds, but it does make it safe to run the Make program on a huge Makefile that makes extensive use of recursive macros and rules, without having to worry about overflowing the stack.