disable building asterisk with -march=native Bug-Debian: https://bugs.debian.org/842917 Forwarded: no Don't add -march=native to standard CFLAGS. We need a generic binary. Gbp-Pq: Name no_native_arch.patch
1 files changed, 1 insertions(+), 1 deletions(-) M build_tools/cflags.xml
M build_tools/cflags.xml => build_tools/cflags.xml +1 -1
@@ 125,7 125,7 @@ </member> <member name="BUILD_NATIVE" displayname="Allow compiler to generate code optimized for the CPU on which the build is performed."> <support_level>core</support_level> <defaultenabled>yes</defaultenabled> <defaultenabled>no</defaultenabled> <depend>native_arch</depend> </member> </category>