From aa443fb01093e386f1fbb9417a1141bcdc2a456c Mon Sep 17 00:00:00 2001 From: Andrey Kazmin Date: Wed, 7 Apr 2021 17:52:40 +0300 Subject: [PATCH] Fixed hwasan build Signed-off-by: Andrey Kazmin --- packaging/linux-amlogic.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/linux-amlogic.spec b/packaging/linux-amlogic.spec index 2aef3dc3ad19..1c2f4516b74d 100644 --- a/packaging/linux-amlogic.spec +++ b/packaging/linux-amlogic.spec @@ -138,6 +138,7 @@ counter events as well as various kernel internal events. %build export ARCH=%{buildarch} %{?asan:/usr/bin/gcc-unforce-options} +%{?hwasan:/usr/bin/gcc-unforce-options} %{?ubsan:/usr/bin/gcc-unforce-options} ## 1. Start of Build steps -- 2.34.1