diff --git a/jemalloc/configure.ac b/jemalloc/configure.ac index 4582c71f..ce6e6799 100644 --- a/jemalloc/configure.ac +++ b/jemalloc/configure.ac @@ -306,7 +306,6 @@ if test "x$enable_debug" = "x0" -a "x$no_CFLAGS" = "xyes" ; then if test "x$GCC" = "xyes" ; then JE_CFLAGS_APPEND([-O3]) JE_CFLAGS_APPEND([-funroll-loops]) - JE_CFLAGS_APPEND([-march=native]) else JE_CFLAGS_APPEND([-O]) fi