File: setup_enable_debug_symbols.patch

package info (click to toggle)
python-selectolax 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 708 kB
  • sloc: python: 2,239; makefile: 225
file content (23 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?q?Karsten_Sch=C3=B6ke?= <karsten.schoeke@geobasis-bb.de>
Date: Sun, 8 Mar 2026 15:50:08 +0100
Subject: setup.py: Enable debug symbol's generation

Forwarded: not-needed
Last-Update: 2026-01-02
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f4e0c5d..e2cb5f2 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ def make_extensions():
             "-Wno-unused-function",
             "-std=c99",
             "-O2",
-            "-g0",
+            "-g",
         ]
         compile_arguments.extend(args)
         compile_arguments_lxb.extend(args)