From: Hyungju Lee Date: Fri, 23 Dec 2022 06:30:15 +0000 (+0900) Subject: [Tizen] Keep debug symbols X-Git-Tag: accepted/tizen/unified/20241231.014852~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6744d6a1eba91a93efce7dc6c5ea853c5e9e235b;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git [Tizen] Keep debug symbols --- diff --git a/packaging/coreclr-diagnostics.spec b/packaging/coreclr-diagnostics.spec index 3fa60c87a..8542d0bb1 100755 --- a/packaging/coreclr-diagnostics.spec +++ b/packaging/coreclr-diagnostics.spec @@ -155,7 +155,7 @@ export TIZEN_LOCAL_BUILD=1 export NUGET_PACKAGES=%{_builddir}/%{name}-%{version}/.packages export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/libicu-57.1 -./build.sh --portablebuild=false -configuration %{_buildtype} -architecture %{_barch} /p:NeedsPublishing=true /p:EnableSourceLink=false /p:EnableSourceControlManagerQueries=false +./build.sh --portablebuild=false -configuration %{_buildtype} -architecture %{_barch} -keepnativesymbols /p:NeedsPublishing=true /p:EnableSourceLink=false /p:EnableSourceControlManagerQueries=false %install %define diagnosticsdir %{_datadir}/dotnet/shared/Microsoft.NETCore.App/%{dotnet_version}/SOS