1 We disable BUILD_NATIVE, as we know little about client's system
2 and asterisk architecture-dependent optimizaitons are too aggressive
4 --- build_tools/cflags.xml.1 2017-11-16 20:37:33.569448140 +0000
5 +++ build_tools/cflags.xml 2017-11-16 20:37:51.779274956 +0000
8 <member name="BUILD_NATIVE" displayname="Allow compiler to generate code optimized for the CPU on which the build is performed.">
9 <support_level>core</support_level>
10 - <defaultenabled>yes</defaultenabled>
11 + <defaultenabled>no</defaultenabled>
12 <depend>native_arch</depend>