Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
python: remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 10, 2021
1 parent 8139aae commit a2119c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extra/python/build
Expand Up @@ -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
Expand Down

0 comments on commit a2119c2

Please sign in to comment.