Date
1 - 2 of 2
回复: [edk2-discuss] 回复: Non-reproducible binaries generated by GenFw
gaoliming
Yes. Just RELEASE_*_*_GENFW_FLAGS = --zero
The format is defined in DSC spec. = means append, == means replacement.
Thanks
Liming
toggle quoted message
Show quoted text
The format is defined in DSC spec. = means append, == means replacement.
Thanks
Liming
-----邮件原件-----
发件人: Ross Burton <ross@...>
发送时间: 2021年3月17日 0:27
收件人: Laszlo Ersek <lersek@...>
抄送: discuss@edk2.groups.io; gaoliming <gaoliming@...>;
bob.c.feng@...; yuwei.chen@...
主题: Re: [edk2-discuss] 回复: Non-reproducible binaries generated by
GenFw
On Tue, 16 Mar 2021 at 16:15, Laszlo Ersek <lersek@...> wrote:But: if you post such a patch for OVMF (modifying *all* DSC files inIs there any documentation for the dsc format? Specifically if a dsc
OvmfPkg), then I'll review & merge it.
already has:
!if $(SOURCE_DEBUG_ENABLE) == TRUE
INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
!endif
Can I just do:
RELEASE_*_*_GENFW_FLAGS = --zero
Or do I need to use += or something else?
Ross
Laszlo Ersek
On 03/17/21 03:47, gaoliming wrote:
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Documentation#specifications
Thanks!
Laszlo
Yes. Just RELEASE_*_*_GENFW_FLAGS = --zeroAnd the EDK2 specifications can be found here:
The format is defined in DSC spec. = means append, == means replacement.
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Documentation#specifications
Thanks!
Laszlo
Thanks
Liming-----邮件原件-----
发件人: Ross Burton <ross@...>
发送时间: 2021年3月17日 0:27
收件人: Laszlo Ersek <lersek@...>
抄送: discuss@edk2.groups.io; gaoliming <gaoliming@...>;
bob.c.feng@...; yuwei.chen@...
主题: Re: [edk2-discuss] 回复: Non-reproducible binaries generated by
GenFw
On Tue, 16 Mar 2021 at 16:15, Laszlo Ersek <lersek@...> wrote:But: if you post such a patch for OVMF (modifying *all* DSC files inIs there any documentation for the dsc format? Specifically if a dsc
OvmfPkg), then I'll review & merge it.
already has:
!if $(SOURCE_DEBUG_ENABLE) == TRUE
INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
!endif
Can I just do:
RELEASE_*_*_GENFW_FLAGS = --zero
Or do I need to use += or something else?
Ross