summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-12-13 11:20:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-12-13 14:10:44 +0100
commitf3031ebe98e09d5cebed89ab33480a8e129a02cc (patch)
tree7639c57795a7dc40c1be4bac8cc001a13f159672 /solenv
parente843cb4d7f44302cfeeaed75151943a82d62f217 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/LINUX_AARCH64_GCC.mk2
1 files changed, 0 insertions, 2 deletions
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: