diff options
author | Chan Lee <chan45.lee@samsung.com> | 2016-09-05 11:41:58 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2016-09-05 01:22:54 -0700 |
commit | 3cd3bd90f79aab9a99e3912317d17dc098cb96f0 (patch) | |
tree | 75dce902c60a5ba6da121542c172d5784ab06f8a | |
parent | 6a885a98ca318baa8f69dced2cdaabf6b55bc98f (diff) | |
download | murphy-3cd3bd90f79aab9a99e3912317d17dc098cb96f0.tar.gz murphy-3cd3bd90f79aab9a99e3912317d17dc098cb96f0.tar.bz2 murphy-3cd3bd90f79aab9a99e3912317d17dc098cb96f0.zip |
packaging: Add -fcommon to build with Address Sanitizersubmit/tizen_3.0_wearable/20161015.000004submit/tizen_3.0_tv/20161015.000004submit/tizen_3.0_mobile/20161015.000005submit/tizen_3.0_ivi/20161010.000005submit/tizen_3.0_common/20161104.104000submit/tizen/20160907.074000accepted/tizen/wearable/20160908.044042accepted/tizen/tv/20160908.043932accepted/tizen/mobile/20160908.043236accepted/tizen/ivi/20160908.044150accepted/tizen/common/20160907.154643accepted/tizen/3.0/wearable/20161015.083727accepted/tizen/3.0/tv/20161016.005221accepted/tizen/3.0/mobile/20161015.033926accepted/tizen/3.0/ivi/20161011.055326
Change-Id: Ica854c690e5f5a47e5eed98108c106b32fc0fbea
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
-rw-r--r-- | packaging/murphy.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 1602bf7..eca92a8 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -189,6 +189,9 @@ This package contains various test binaries for Murphy. cp %{SOURCE1001} . %build +%if "%{asan}" == "1" +%restore_fcommon +%endif %if %{with debug} export CFLAGS="-O0 -g3" V="V=1" |