diff options
Diffstat (limited to 'bootstrap/rust-1.77/APKBUILD')
-rw-r--r-- | bootstrap/rust-1.77/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/rust-1.77/APKBUILD b/bootstrap/rust-1.77/APKBUILD index 13a44c393..12028e6b6 100644 --- a/bootstrap/rust-1.77/APKBUILD +++ b/bootstrap/rust-1.77/APKBUILD @@ -87,7 +87,7 @@ build() { optimize = true debug = false codegen-units = 1 - debuginfo-level = 2 + debuginfo-level = 1 debuginfo-level-rustc = 0 debuginfo-level-tests = 0 backtrace = true |