Re: [edk2] [PATCH 1/1] CorebootPayloadPkg: Remove improper build flags in DSC file

2017-01-09 Thread Gao, Liming
@intel.com> >Subject: [edk2] [PATCH 1/1] CorebootPayloadPkg: Remove improper build >flags in DSC file > >Current CorebootPayloadPkgIa32X64.dsc contains "-flto" flag to >request GCC link time optimization. However, this feature is >only supported by newer GCC compil

[edk2] [PATCH 1/1] CorebootPayloadPkg: Remove improper build flags in DSC file

2017-01-09 Thread Maurice Ma
Current CorebootPayloadPkgIa32X64.dsc contains "-flto" flag to request GCC link time optimization. However, this feature is only supported by newer GCC compiler, and it will break the debug build with GCC4.8. To fix it, the extra compiling flags are removed. It allows the default build flags set