Skip to content

Commit ed7c688

Browse files
author
Gal Ben David
committed
- added binary stripping for a slimmer binary
1 parent 63de73f commit ed7c688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='PyDomainExtractor',
8-
version='0.8.1',
8+
version='0.8.2',
99
author='Gal Ben David',
1010
author_email='[email protected]',
1111
url='https://github.com/Intsights/PyDomainExtractor',
@@ -43,6 +43,7 @@
4343
],
4444
extra_link_args=[
4545
'-lidn2',
46+
'-Wl,--strip-all',
4647
],
4748
include_dirs=[
4849
'src',

0 commit comments

Comments
 (0)