python: remove unneeded line

This commit is contained in:
Dylan Araps 2021-08-10 11:29:24 +03:00
parent 8139aaec7f
commit a2119c220f
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -9,7 +9,6 @@ EOF
# Reported 20-27% performance improvements.
# See: "PythonNoSemanticInterpositionSpeedup"
export CFLAGS="$CFLAGS -fno-semantic-interposition"
export CXXFLAGS="$CXXFLAGS -fno-semantic-interposition"
export LDFLAGS="$LDFLAGS -fno-semantic-interposition"
patch -p1 < python3-always-pip.patch