From 7a60397055b095fc53037e5cb035087253cfb1a1 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:01:43 +0000 Subject: Prepare for a new update Reverting patches so we can apply the latest update and changes can be seen in the spec file and sources. --- 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.])