This commit is contained in:
Jorge Aparicio
2018-05-12 21:06:19 +02:00
parent f7cf8de167
commit 91a894e369
2 changed files with 5 additions and 3 deletions

View File

@@ -17,11 +17,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Updated the `allocator` example to compile on a recent nightly.
- Removed `opt-level = "s"` from `profile.release`. This flag is still unstable.
- Set the number of codegen-units to 1 when compiling in release mode. This produces smaller and
faster binaries.
### Removed
- Removed `opt-level = "s"` from `profile.release`. This flag is still unstable.
## [v0.2.7] - 2018-04-24
### Changed

View File

@@ -28,4 +28,4 @@ panic-semihosting = "0.2.0"
[profile.release]
codegen-units = 1 # better optimizations
debug = true
lto = true
lto = true # better optimizations