From: r.tyminski Date: Fri, 23 Feb 2018 13:18:42 +0000 (+0100) Subject: Disable building repository with ASan extra packs. X-Git-Tag: submit/tizen/20180301.155332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20180301.155332;p=platform%2Fadaptation%2Frpi3%2Farm-trusted-firmware-rpi3.git Disable building repository with ASan extra packs. Change-Id: Ic826aba6ed27782517810e867780bb14647b856e --- diff --git a/packaging/arm-trusted-firmware.spec b/packaging/arm-trusted-firmware.spec index 48f1f9e..9c7bcf8 100644 --- a/packaging/arm-trusted-firmware.spec +++ b/packaging/arm-trusted-firmware.spec @@ -31,6 +31,7 @@ Trusted firmware for Embedded boards based on ARM processor %build +%{?asan:/usr/bin/gcc-unforce-options} # Build image export CFLAGS="-O0 -gdwarf-2" make %{?_smp_mflags} BL32=/boot/tee.bin %{compile_flags} PLAT=%{buildplat} BUILD_STRING="%{release}" all