void-packages/srcpkgs/python3-ultrajson/patches/no-strip.patch

18 lines
489 B
Diff

Effectively reverts
https://github.com/ultrajson/ultrajson/commit/682c6601569980e9a8a05378d3c1478db30384bc
to preserve a meaningful debug package.
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
],
include_dirs=["./python", "./lib", "./deps/double-conversion/double-conversion"],
extra_compile_args=["-D_GNU_SOURCE"],
- extra_link_args=["-lstdc++", "-lm"] + strip_flags,
+ extra_link_args=["-lstdc++", "-lm"],
)
with open("python/version_template.h") as f: