mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-19 11:19:47 +03:00
build: changed opt-level
to s
(optimize for size)
This commit is contained in:
parent
c5ec736f59
commit
b4f205b885
3 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added "components index updated" toast
|
||||
|
||||
## [3.1.5]
|
||||
|
||||
### Added
|
||||
|
|
|
@ -10,7 +10,7 @@ build = "build.rs"
|
|||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
opt-level = 3
|
||||
opt-level = "s"
|
||||
|
||||
[build-dependencies]
|
||||
glib-build-tools = "0.17"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e47af5264697e67753ed71b37c08d224bca0922b
|
||||
Subproject commit 7286ef8b1771b78292ccf58c39b621c790a2d3cc
|
Loading…
Add table
Reference in a new issue