[Tizen] Keep debug symbols
authorHyungju Lee <leee.lee@samsung.com>
Fri, 23 Dec 2022 06:30:15 +0000 (15:30 +0900)
committerMikhail Kurinnoi <m.kurinnoi@samsung.com>
Tue, 19 Nov 2024 14:47:36 +0000 (17:47 +0300)
packaging/coreclr-diagnostics.spec

index 3fa60c87a4c88ee1e92142515b60c410e016cf86..8542d0bb13707505dc2463faaed580311f405b6b 100755 (executable)
@@ -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