forked from kiss-community/repo
python: Disable CFLAG for clang. Closes #177
This commit is contained in:
parent
a4573a55be
commit
ec965e8675
@ -6,11 +6,6 @@ cat >> Modules/Setup <<EOF
|
||||
_uuid nis ossaudiodev
|
||||
EOF
|
||||
|
||||
# Reported 20-27% performance improvements.
|
||||
# See: "PythonNoSemanticInterpositionSpeedup"
|
||||
export CFLAGS="$CFLAGS -fno-semantic-interposition"
|
||||
export LDFLAGS="$LDFLAGS -fno-semantic-interposition"
|
||||
|
||||
patch -p1 < python3-always-pip.patch
|
||||
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user