[Tizen] Keep debug symbols accepted/tizen/unified/20221226.020941
authorHyungju Lee <leee.lee@samsung.com>
Fri, 23 Dec 2022 06:30:15 +0000 (15:30 +0900)
committer이형주/MDE Lab(SR)/삼성전자 <leee.lee@samsung.com>
Fri, 23 Dec 2022 06:54:13 +0000 (15:54 +0900)
eng/build.sh
packaging/coreclr-diagnostics.spec

index fde42ff3c74fde79404b5e8d739734493bd45834..39dd00e330e4ab62b4ca2355595582e6e6c109ac 100755 (executable)
@@ -131,7 +131,7 @@ mkdir -p "$__IntermediatesDir"
 mkdir -p "$__LogsDir"
 mkdir -p "$__CMakeBinDir"
 
-__ExtraCmakeArgs="$__ExtraCmakeArgs -DCLR_MANAGED_BINARY_DIR=$__RootBinDir/bin -DCLR_BUILD_TYPE=$__BuildType"
+__ExtraCmakeArgs="$__CMakeArgs $__ExtraCmakeArgs -DCLR_MANAGED_BINARY_DIR=$__RootBinDir/bin -DCLR_BUILD_TYPE=$__BuildType"
 
 # Specify path to be set for CMAKE_INSTALL_PREFIX.
 # This is where all built native libraries will copied to.
index 665fe615a2e8a389ffc4bf069a2f370879def60c..32dd1573afce784fb19a82ca930208344f2da4e6 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