v0.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -28,4 +28,4 @@ panic-semihosting = "0.2.0"
|
||||
[profile.release]
|
||||
codegen-units = 1 # better optimizations
|
||||
debug = true
|
||||
lto = true
|
||||
lto = true # better optimizations
|
||||
|
||||
Reference in New Issue
Block a user