Add options to enable/disable certain optimizations (#409)

* Add flags to enable/disable specific optimizations

* Fix typos

* Enable/disable scode optimization

* Update CHANGELOG.md

* Remove optimize_all option
This commit is contained in:
Gaith Hallak
2022-08-30 10:14:46 +03:00
committed by GitHub
parent ad4c341a4a
commit c1c169273c
3 changed files with 29 additions and 15 deletions
+1
View File
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Options to enable/disable certain optimizations.
### Changed
### Removed
### Fixed