1# © 2021 Qualcomm Innovation Center, Inc. All rights reserved.
2#
3# SPDX-License-Identifier: BSD-3-Clause
4
5configs VERBOSE=1
6configs VERBOSE_TRACE=1
7configs RESET_ON_ABORT=0
8configs QUALITY=debug
9flags -O1 -g -mstrict-align
10
11include include/debug_no_kaslr
12include include/debug_no_cspace_rand
13include include/debug_no_rootvm_aslr
14
15arch_configs aarch64 ARCH_SANITIZE_STACK_SIZE=1536U
16arch_configs aarch64 VCPU_MIN_STACK_SIZE=8192U
17
18# The trace entry numbers include the header
19arch_configs qemu TRACE_BOOT_ENTRIES=128 PER_CPU_TRACE_ENTRIES=4096 TRACE_FORMAT=1
20arch_configs qemu TRACE_AREA_SIZE=0x2000000 EXTRA_PRIVATE_HEAP_SIZE=0x100000 EXTRA_ROOT_HEAP_SIZE=0x300000
21