IECS / MansOS

MansOS WSN/embedded operating system
MIT License
9 stars 4 forks source link

Add option to define CFLAGS in the project Makefile #14

Closed elomage closed 8 years ago

elomage commented 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"

elomage commented 8 years ago

Fixed in master c588b64