forked from kiss-community/repo
python: Re-add CFLAGS as clang (as of 10.0.0) supports it
This commit is contained in:
parent
ee1161617b
commit
33ee7e748d
@ -6,6 +6,11 @@ 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