diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-07-16 00:16:09 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-07-21 13:32:09 +0200 |
commit | 247093f45d94a3956cdd15c357fe7d6dca878df9 (patch) | |
tree | c75471909fa108feed8a18dafeb545a696b2d114 /BeagleBoardPkg | |
parent | 0676c285ba518ae81ca7f06278d4cc4958660864 (diff) | |
download | edk2-platforms-247093f45d94a3956cdd15c357fe7d6dca878df9.tar.xz |
BaseTools/tools_def: enable Os optimization for GCC X64 builds
Now that we switched to the __builtin_ms_va_list VA_LIST type for
GCC/X64, we can trust the compiler to do the right thing even under
optimization, and so we can enable -Os optimization all the way back
to GCC44, and drop the -D define that prevents the use of the __builtin
VA_LIST types. Note that this requires the -maccumulate-outgoing-args
switch as well.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-By: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BeagleBoardPkg')
0 files changed, 0 insertions, 0 deletions