solenv/gbuild/platform/LINUX_AARCH64_GCC.mk | 2 -- 1 file changed, 2 deletions(-)
New commits: commit f3031ebe98e09d5cebed89ab33480a8e129a02cc Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Dec 13 11:20:28 2021 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Dec 13 14:10:44 2021 +0100 Use default gb_COMPILEROPTFLAGS -O2 for LINUX_AARCH64_GCC 235fa0334e0b45c736b636ba1689e2f8c7458697 "Linux AArch64 port" had presumably cargo-culted the -Os value (under the name gb_COMPILERDEFAULTOPTFLAGS back then) from some other file like solenv/gbuild/platform/LINUX_ARM_GCC.mk, but for no apparent reason. Lets rather use the -O2 default value, as on other 64-bit architectures like LINUX_X86_64_GCC. Change-Id: I21a4c69a6c4339114871be29235f60836798f256 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126725 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk b/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk index 0531389e828d..431485a7c45d 100644 --- a/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk +++ b/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk @@ -7,8 +7,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -gb_COMPILEROPTFLAGS := -Os - include $(GBUILDDIR)/platform/linux.mk # vim: set noet sw=4: