diff --git a/configure b/configure index 9114a9f..362b85c 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" + YASM_FORMAT="-f elf -g dwarf2" ;; esac diff --git a/configure.ac b/configure.ac index 6216d4f..21aa761 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" + YASM_FORMAT="-f elf -g dwarf2" ;; esac AC_DEFINE(USE_YASM_FOR_AVX, 1, [Define to use yasm for assemble AVX sources.])