Post #2027328
2026-04-20 20:10 UTC
@thephd dumb Q: does GCC also have _CPPFLAGS for the stages environment variables? i usually use that for building usually since it gets plastered for both CFLAGS and CXXFLAGS, but because it’s intended for preprocessor flags it might apply where you don’t want it
Replies (1)
-
@thephd@pony.social 2026-04-21 13:52
@cb not a dumb question, the exact right answer actually!! The docs said cflags but I had to change cxxflags (not cppflags) too!!