: [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 '
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
> 主
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
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