Closed elomage closed 8 years ago
Projects should be able to add compiler options, e.g. disable or enable optimizations. Proposed solution: just add the following in the project Makefile:
CFLAGS = "-O0"
Fixed in master c588b64
Projects should be able to add compiler options, e.g. disable or enable optimizations. Proposed solution: just add the following in the project Makefile:
CFLAGS = "-O0"