File: mypyc-debug-symbols

package info (click to toggle)
python-charset-normalizer 3.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: python: 5,434; makefile: 25; sh: 17
file content (22 lines) | stat: -rw-r--r-- 519 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 662e5bb..b6d6bd4 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ if USE_MYPYC and mypycify is not None:
         [
             "src/charset_normalizer/md.py",
         ],
-        debug_level="0",
+        debug_level="1",
         opt_level="3",
     )
 else: