}
python_configure_all() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_configure_all() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_configure_all() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_configure_all() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_configure_all() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_compile() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile build_ext --no-zstd
}
}
python_compile() {
- strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+ filter-flags -ftracer -ftree-vectorize
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile build_ext --no-zstd
}