~singpolyma/asterisk

1f916a64cde3e3f3dc5aee71ad0355501b6a8cb2 — Tzafrir Cohen 4 years ago 015fc2e
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>