Re: [13/32] new options

2020-11-25 Thread Jeff Law via Gcc-patches
On 11/3/20 2:15 PM, Nathan Sidwell wrote: > Here are the new options, along with the C++ lang-spec changes. > > Modules is enabled by -fmodules-ts, it is not implicitly enabled by > -std=c++20.  Usually that's the only option you need to add for a > module-aware build. > > to build a header unit

[13/32] new options

2020-11-03 Thread Nathan Sidwell
Here are the new options, along with the C++ lang-spec changes. Modules is enabled by -fmodules-ts, it is not implicitly enabled by -std=c++20. Usually that's the only option you need to add for a module-aware build. to build a header unit you can either add -fmodule-header to a c++ build,