diff --git a/configure b/configure index 362b85c..9114a9f 100755 --- a/configure +++ b/configure @@ -17108,7 +17108,7 @@ if test "x$use_yasm_for_avx" = "xyes"; then YASM_FORMAT="-f macho" ;; *) - YASM_FORMAT="-f elf -g dwarf2" + YASM_FORMAT="-f elf" ;; esac diff --git a/configure.ac b/configure.ac index 21aa761..6216d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1471,7 +1471,7 @@ if test "x$use_yasm_for_avx" = "xyes"; then YASM_FORMAT="-f macho" ;; *) - YASM_FORMAT="-f elf -g dwarf2" + YASM_FORMAT="-f elf" ;; esac AC_DEFINE(USE_YASM_FOR_AVX, 1, [Define to use yasm for assemble AVX sources.])