1
0
Fork 0

removed unneeded CFLAG edit

This commit is contained in:
Horea Christian 2017-04-15 10:32:12 +02:00
parent 81a22f92af
commit a7f15fe605
1 changed files with 0 additions and 5 deletions

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