Re: RFR: 8310728: Enable Zc:inline flag in Visual Studio build

2023-06-26 Thread Erik Joelsson
On Mon, 26 Jun 2023 12:36:38 GMT, Daniel Jeliński wrote: > Enabling `Zc:inline` flag improves C++11 standard compliance, reduces the > size of obj files produced by the build by 200+MB, and might also improve > build speed. > > 2 files failed to compile with the flag added; see JBS for details

RFR: 8310728: Enable Zc:inline flag in Visual Studio build

2023-06-26 Thread Daniel Jeliński
Enabling `Zc:inline` flag improves C++11 standard compliance, reduces the size of obj files produced by the build by 200+MB, and might also improve build speed. 2 files failed to compile with the flag added; see JBS for details if you're interested. This PR fixes the compilation issues. Tier1-