From c3a3cac217adf707b55681e811e5baacd41169b0 Mon Sep 17 00:00:00 2001 From: Oleg Ogurtsov Date: Thu, 30 Nov 2017 12:17:19 +0300 Subject: [PATCH] packaging: Turn off ASan build Change-Id: I1f3e494cf422f4c80694ff2880081878908b45e0 --- packaging/libelf0.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/libelf0.spec b/packaging/libelf0.spec index a878445..6df46c4 100644 --- a/packaging/libelf0.spec +++ b/packaging/libelf0.spec @@ -32,6 +32,8 @@ to develop applications that require these. cp %{SOURCE1001} . %build +%{?asan:/usr/bin/gcc-unforce-options} + export LDFLAGS+=" -z relro" %configure --disable-nls make %{?_smp_mflags} -- 2.7.4