Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[firtool] Add optimization option
-O [debug|release]
(#3553)
This adds an option to `firtool` to specify the optimizations at a large granularity, with two `release` and `debug`. Right now, this just customizes the value preservation flag. The use of a hook allows these options to compose sensibly with the finer grained options, s the last command line option specified overrides previous settings.
- Loading branch information