mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Add quiet to BuildTarget struct and set default to false * Link BuildTarget.quiet with BuildOptions.verbosity_level (like --quiet flag) * Parse quiet from project.json, and sort the entries alphabetically * Add changes to release-notes * Only set options.verbosity_level if it wasn't set on the commandline * Formatting * Added small fix.