Files
EDK2-fork/ArmVirtPkg/ArmVirtStackCookies.dsc.inc
Ashish Singhal 399a40e5cb ArmVirtPkg: Fix dsc include ordering
Fix the issue caused by ordering change in dsc include files
while enabling dynamic stack check.

Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com>
2025-05-12 16:33:18 +00:00

17 lines
325 B
PHP

#
# Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
[Defines]
# Dynamic stack cookies are not supported on ARM
!if $(ARCH) == ARM
DEFINE CUSTOM_STACK_CHECK_LIB = STATIC
!else
DEFINE CUSTOM_STACK_CHECK_LIB = DYNAMIC
!endif