mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
python: remove unneeded line
This commit is contained in:
parent
8139aaec7f
commit
a2119c220f
@ -9,7 +9,6 @@ EOF
|
|||||||
# Reported 20-27% performance improvements.
|
# Reported 20-27% performance improvements.
|
||||||
# See: "PythonNoSemanticInterpositionSpeedup"
|
# See: "PythonNoSemanticInterpositionSpeedup"
|
||||||
export CFLAGS="$CFLAGS -fno-semantic-interposition"
|
export CFLAGS="$CFLAGS -fno-semantic-interposition"
|
||||||
export CXXFLAGS="$CXXFLAGS -fno-semantic-interposition"
|
|
||||||
export LDFLAGS="$LDFLAGS -fno-semantic-interposition"
|
export LDFLAGS="$LDFLAGS -fno-semantic-interposition"
|
||||||
|
|
||||||
patch -p1 < python3-always-pip.patch
|
patch -p1 < python3-always-pip.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user