mirror of https://github.com/acidanthera/audk.git
EmulatorPkg/Win: Enable source level debugging
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Andrew Fish <afish@apple.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
3c859dfebb
commit
0d9b5c461a
|
@ -420,3 +420,11 @@
|
|||
|
||||
!endif
|
||||
|
||||
[BuildOptions]
|
||||
MSFT:DEBUG_*_*_CC_FLAGS = /Od /Oy-
|
||||
MSFT:NOOPT_*_*_CC_FLAGS = /Od /Oy-
|
||||
|
||||
MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
|
||||
MSFT:DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000
|
||||
MSFT:NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000
|
||||
|
||||
|
|
Loading…
Reference in New Issue