build: changed opt-level to s (optimize for size)

This commit is contained in:
Observer KRypt0n_ 2023-03-09 17:43:39 +02:00
parent c5ec736f59
commit b4f205b885
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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