From f151550fb8263cb54f843189248678f43a40d0ba Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:01:53 +0000 Subject: Apply patch add-yasm-dwarf-debug.patch patch_name: add-yasm-dwarf-debug.patch present_in_specfile: true location_in_specfile: 1 --- 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.])