summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Drobyshev <a.drobyshev@samsung.com>2019-06-06 22:24:05 +0300
committerAndrey Drobyshev <a.drobyshev@samsung.com>2019-06-06 22:24:05 +0300
commite491bb41667516295b3f6dde241c77414cd36484 (patch)
treeede096bd091b1e037e34be60571fa5dcdb9a0130
parenta98905ed52b5d082718efd334106754f3e278739 (diff)
downloadcoreclr-e491bb41667516295b3f6dde241c77414cd36484.tar.gz
coreclr-e491bb41667516295b3f6dde241c77414cd36484.tar.bz2
coreclr-e491bb41667516295b3f6dde241c77414cd36484.zip
[Tizen] build with libasan support.sandbox/adrob/asan.old
Signed-off-by: Andrey Drobyshev <a.drobyshev@samsung.com>
-rwxr-xr-xpackaging/coreclr.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index df57d00102..ca05609a97 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -150,8 +150,8 @@ done
%{?asan:/usr/bin/gcc-unforce-options}
%{?asan:export LD_LIBRARY_PATH=`pwd`/libicu-57.1}
-export CFLAGS=" --target=%{_host} "
-export CXXFLAGS=" --target=%{_host} "
+export CFLAGS=" --target=%{_host} -DLIBASAN=1"
+export CXXFLAGS=" --target=%{_host} -DLIBASAN=1"
%ifarch x86_64
# Even though build architectur is x86_64, it will be running on arm board.