Re: [edk2-devel] [PATCH 1/1] tools_def: Remove duplicated -Os

2023-01-29 Thread Bob Feng
: [edk2-devel] [PATCH 1/1] tools_def: Remove duplicated -Os From: Pierre Gondois BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2928 commit 17bd834eb5fd ("BaseTools: Factorize GCC flags") makes GCC48_ALL_CC_FLAGS inherit from GCC_ALL_CC_FLAGS. GCC_ALL_CC_FLAGS contains the '

回复: [edk2-devel] [PATCH 1/1] tools_def: Remove duplicated -Os

2023-01-28 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Ard > Biesheuvel > 发送时间: 2023年1月27日 22:00 > 收件人: pierre.gond...@arm.com > 抄送: devel@edk2.groups.io; Bob Feng ; Liming Gao > ; Yuwei Chen ; Leif > Lindholm ; Sami Mujawar > ; Laszlo Ersek > 主

Re: [edk2-devel] [PATCH 1/1] tools_def: Remove duplicated -Os

2023-01-27 Thread Ard Biesheuvel
On Wed, 25 Jan 2023 at 10:21, wrote: > > From: Pierre Gondois > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2928 > > commit 17bd834eb5fd ("BaseTools: Factorize GCC flags") > makes GCC48_ALL_CC_FLAGS inherit from GCC_ALL_CC_FLAGS. > GCC_ALL_CC_FLAGS contains the '-Os' flag. > The latest f

[edk2-devel] [PATCH 1/1] tools_def: Remove duplicated -Os

2023-01-25 Thread PierreGondois
From: Pierre Gondois BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2928 commit 17bd834eb5fd ("BaseTools: Factorize GCC flags") makes GCC48_ALL_CC_FLAGS inherit from GCC_ALL_CC_FLAGS. GCC_ALL_CC_FLAGS contains the '-Os' flag. The latest flag in a command line overrides the previous optimizat