Skip to content

Commit 52bbcff

Browse files
r1chard-lyuardbiesheuvel
authored andcommitted
OvmfPkg/OvmfPkgX64: Expose DEBUG_TO_MEM as a build option
OvmfPkgX64.dsc has several build options, but some are missing from the top definition list. This makes it difficult for users to identify all available configuration flags. Add DEBUG_TO_MEM to the [Defines] section with a default value of FALSE to improve visibility. This change has no functional impact. Signed-off-by: Richard Lyu <richard.lyu@suse.com>
1 parent 8c298e1 commit 52bbcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OvmfPkg/OvmfPkgX64.dsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
DEFINE STANDALONE_MM_ENABLE = FALSE
3636
DEFINE SOURCE_DEBUG_ENABLE = FALSE
3737
DEFINE CC_MEASUREMENT_ENABLE = TRUE
38+
DEFINE DEBUG_TO_MEM = FALSE
3839

3940
!include OvmfPkg/Include/Dsc/OvmfTpmDefines.dsc.inc
4041

0 commit comments

Comments
 (0)