diff --git a/arch/x86/intel64.cmake b/arch/x86/intel64.cmake index fcc075addc2..04e9a256f36 100644 --- a/arch/x86/intel64.cmake +++ b/arch/x86/intel64.cmake @@ -2,6 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 zephyr_cc_option(-m64) +zephyr_cc_option(-mno-red-zone) set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH "i386:x86-64") set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf64-x86-64")