--- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: Botan-1.10.14/configure.py =================================================================== --- Botan-1.10.14.orig/configure.py 2016-11-28 11:52:20.000000000 +0100 +++ Botan-1.10.14/configure.py 2016-12-28 10:59:39.592584921 +0100 @@ -1140,7 +1140,7 @@ def create_template_vars(build_config, o options.cpu, options.debug_build), 'lib_opt': cc.library_opt_flags(options), - 'mach_opt': cc.mach_opts(options.arch, options.cpu), + 'mach_opt': '', 'check_opt': '' if options.no_optimizations else cc.check_opt_flags, 'lang_flags': cc.lang_flags + options.extra_flags, 'warn_flags': warning_flags(cc.warning_flags,