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

qemu_v8: 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 a96be223
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ clean: arm-tf-clean busybox-clean edk2-clean linux-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