File: 2006_no_hardcode_defaults.patch

package info (click to toggle)
cyme 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,404 kB
  • sloc: makefile: 147; sh: 51
file content (17 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
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
@@ -63,8 +63,6 @@
 path = "src/main.rs"
 
 [profile.release]
-lto = true
-strip = true
 panic = "abort"
 codegen-units = 1 # quicker binary, slower build