1
0
mirror of synced 2024-05-28 00:10:09 +02:00

removed unneeded CFLAG edit

This commit is contained in:
Horea Christian 2017-04-15 10:32:12 +02:00
parent 81a22f92af
commit a7f15fe605

View File

@ -34,11 +34,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
python_compile() {
local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}
python_test() {
cd "${BUILD_DIR}"/lib || die
nosetests || die