Date
1 - 1 of 1
回复: [edk2-discuss] Non-reproducible binaries generated by GenFw
gaoliming
Andrew:
-----邮件原件-----[Liming] CLANG compiler supports __FILE_NAME__ macro for the file name only. MdePkg DebugLib.h has applied this definition. #if defined(__clang__) && defined(__FILE_NAME__) #define _ASSERT(Expression) DebugAssert (__FILE_NAME__, __LINE__, #Expression) #else #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) #endif Thanks Liming 2) We added a post build step to create a Symbols directory in the Build |
|