File: 2002_no_hardcode_defaults.patch

package info (click to toggle)
sccache 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,980 kB
  • sloc: sh: 358; cpp: 112; perl: 68; makefile: 32; ansic: 31
file content (17 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: avoid hardcoding default options interfering with debhelper
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-03-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,8 +20,6 @@
 
 [profile.release]
 codegen-units = 1
-lto = true
-strip = true
 
 [dependencies]
 anyhow = { version = "1.0", features = ["backtrace"] }