Skip to content
Snippets Groups Projects
Commit a96be223 authored by Jens Wiklander's avatar Jens Wiklander Committed by Jérôme Forissier
Browse files

mediatek: drop -O0 flag for ARM-TF


Drops the -O0 flag passed in CFLAGS when compiling ARM-TF. This is
needed to ensure that the binaries doesn't overflow their assigned
memory.

Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 86ad6efd
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ clean: arm-tf-clean linux-clean busybox-clean optee-os-clean \
# ARM Trusted Firmware
################################################################################
ARM_TF_EXPORTS ?= \
CFLAGS="-O0 -gdwarf-2" \
CROSS_COMPILE="$(CCACHE)$(AARCH64_CROSS_COMPILE)"
ARM_TF_FLAGS ?= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment