File: mypyc-debug-symbols

package info (click to toggle)
python-charset-normalizer 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 704 kB
  • sloc: python: 5,370; makefile: 25; sh: 17
file content (22 lines) | stat: -rw-r--r-- 494 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
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Thu, 19 Sep 2024 17:31:08 +0200
Subject: Produce debugging symbols

Forwarded: not-needed
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index da2a69f..d521f07 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ if USE_MYPYC:
         [
             "src/charset_normalizer/md.py",
         ],
-        debug_level="0",
+        debug_level="1",
         opt_level="3",
     )
 else: