From 1a4ebba087536b1678af11e5aea00e4262575466 Mon Sep 17 00:00:00 2001 From: "r.tyminski" Date: Fri, 23 Feb 2018 13:55:33 +0100 Subject: [PATCH] Disable building repository with ASan extra packs. Change-Id: Ia3b8b6a9503667b6a0549526a8c7ea2ec1246ae3 --- packaging/optee-os.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/optee-os.spec b/packaging/optee-os.spec index ee1dd6e..ccebaa7 100644 --- a/packaging/optee-os.spec +++ b/packaging/optee-os.spec @@ -61,6 +61,7 @@ Trusted execution enviroment in Linux using the ARM® TrustZone® technology. %setup -q %build +%{?asan:/usr/bin/gcc-unforce-options} make %{compile_flags} PLATFORM=rpi3 make %{compile_flags} PLATFORM=s5p6818 out/arm-plat-s5p6818/core/tee.bin -- 2.7.4