Provide source level debug ability in *unix environment.
[Background] The UnixPkg provide an simulator in *unix. To support source level debug, we need force all modules be built as ELF shard objects and dynamically load all of modules using dlopen(). For peicore, peim and dxecore, we provide a wrapper to provide PeCoffLoader interface git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5382 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -492,5 +492,5 @@
|
||||
}
|
||||
|
||||
[BuildOptions]
|
||||
#DEBUG_*_IA32_DLINK_FLAGS = --shared
|
||||
DEBUG_*_IA32_DLINK_FLAGS = --shared
|
||||
*_*_IA32_CC_FLAGS = -idirafter/usr/include
|
||||
|
Reference in New Issue
Block a user