Files
wren/script
Bob Nystrom 80b24b50e8 refactor: split CFLAGS into C_WARNINGS and C_OPTIONS with pretty-printed build output
Split the monolithic CFLAGS variable into separate C_WARNINGS (warning flags) and C_OPTIONS (optimization, language, architecture flags) to improve maintainability. Added pretty-printed build commands using printf for cleaner terminal output during compilation and archiving.
2015-03-24 14:51:48 +00:00
..