From a2119c220f9bf168205dcfb4f0ecfcb1f56f6ca9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 10 Aug 2021 11:29:24 +0300 Subject: [PATCH] python: remove unneeded line --- extra/python/build | 1 - 1 file changed, 1 deletion(-) diff --git a/extra/python/build b/extra/python/build index 9a1948e7..4479e274 100755 --- a/extra/python/build +++ b/extra/python/build @@ -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