Skip to content

Commit 63c7f51

Browse files
author
Gal Ben David
committed
build script now strips the executable using a flag that is good for mac and linux
1 parent 7f4eb7c commit 63c7f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

66
setuptools.setup(
77
name='PyDomainExtractor',
8-
version='0.9.3',
8+
version='0.9.4',
99
author='Gal Ben David',
1010
author_email='[email protected]',
1111
url='https://github.com/Intsights/PyDomainExtractor',
@@ -46,7 +46,7 @@
4646
],
4747
extra_link_args=[
4848
'-lidn2',
49-
'-Wl,--strip-all',
49+
'-Wl,-s',
5050
],
5151
include_dirs=[
5252
'src',

0 commit comments

Comments
 (0)