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
`setuptools` uses CFLAGS for both C and C++ builds, but CMake
distinguishes between them, and only uses CXXFLAGS for C++ builds.
Whenever we want to set flags that affect both C and C++ builds, ensure
that we set both CFLAGS and CXXFLAGS.
Signed-off-by: Matt Wozniski <[email protected]>
0 commit comments