Monday, June 6, 2011

Compiling with unsafe code blocks

To compile code with unsafe blocks, it is necessary to add/alter the following line in the Makefile:

GMCS_FLAGS = -unsafe

No comments:

Post a Comment