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.
|
- 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
|
- Set the number of codegen-units to 1 when compiling in release mode. This produces smaller and
|
||||||
faster binaries.
|
faster binaries.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Removed `opt-level = "s"` from `profile.release`. This flag is still unstable.
|
||||||
|
|
||||||
## [v0.2.7] - 2018-04-24
|
## [v0.2.7] - 2018-04-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ panic-semihosting = "0.2.0"
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1 # better optimizations
|
codegen-units = 1 # better optimizations
|
||||||
debug = true
|
debug = true
|
||||||
lto = true
|
lto = true # better optimizations
|
||||||
|
|||||||
Reference in New Issue
Block a user