[Tizen] Remove -DFEATURE_GDBJIT=TRUE from spec file accepted/tizen/unified/20190704.040539 submit/tizen/20190704.000004
authorHyungju Lee <leee.lee@samsung.com>
Wed, 3 Jul 2019 11:00:57 +0000 (20:00 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Wed, 3 Jul 2019 22:11:39 +0000 (07:11 +0900)
Change-Id: Ic0b8bfc8ab45284ecda5ab99e683224368e607f5

packaging/coreclr.spec

index ed5410d..78f274a 100755 (executable)
@@ -208,7 +208,7 @@ export CXXFLAGS+="-fstack-protector-strong"
 # No build native and mscorlib.
 %else
 # Build native only.
-./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipmscorlib -skipgenerateversion -skipnuget -msbuildonunsupportedplatform -cmakeargs "-DFEATURE_GDBJIT=TRUE -DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
+./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipmscorlib -skipgenerateversion -skipnuget -msbuildonunsupportedplatform -cmakeargs "-DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
 %endif
 %else
 %if 0%{skipnative}
@@ -216,7 +216,7 @@ export CXXFLAGS+="-fstack-protector-strong"
 ./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skiprestore -skipnative -skipnuget -skipcrossgen -msbuildonunsupportedplatform
 %else
 # Build native and mscorlib.
-./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipgenerateversion -skiprestore -skipnuget -skipcrossgen -msbuildonunsupportedplatform -cmakeargs "-DFEATURE_GDBJIT=TRUE -DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
+./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipgenerateversion -skiprestore -skipnuget -skipcrossgen -msbuildonunsupportedplatform -cmakeargs "-DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
 %endif
 %endif