Skip to content

Commit d4769cf

Browse files
authored
Merge pull request #170 from J08nY/fix/suppress-fortify-source
Suppress fortify source globally.
2 parents 31bc0b9 + 6ea5a3a commit d4769cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
depends=depends,
5757
define_macros=macros,
5858
undef_macros=undef_macros,
59-
extra_compile_args=["-pthread"],
59+
extra_compile_args=["-pthread", "-Wp,-U_FORTIFY_SOURCE"],
6060
extra_link_args=["-pthread"],)
6161

6262
extensions = [

0 commit comments

Comments
 (0)