You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use lang_compiler_flags to avoid breaking C libraries
Summary:
We need to use `runtime.cxx_library` to build C++ and C libraries. For C libraries we can't have the compiler flag `-std=c++17`.
Here I'm using a `lang_compiler_flags` to support the old feature without breaking C libraries.
Reviewed By: mcr229
Differential Revision: D48086453
fbshipit-source-id: e5ff21f88f681cdafa6aa340da70cea7d076c04d
0 commit comments