mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Cleanup (formatting)
GitOrigin-RevId: 0ca95f4d4dceed2a804fd28800086ab6ade059c8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3be8c2b16e
commit
849e4d90eb
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
build = "build.rs"
|
||||
name = "xplat-launcher"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.70.0"
|
||||
rust-version = "1.70"
|
||||
publish = false
|
||||
build = "build.rs"
|
||||
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
opt-level = "z" # optimize for size
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user