Join Nostr
2025-06-10 20:49:37 UTC
in reply to

Julia Evans on Nostr: nprofile1q…20z8e ugh yeah this is kind of a weird example! the reason I ended up ...

ugh yeah this is kind of a weird example! the reason I ended up using CPPFLAGS instead of CXXFLAGS is that the makefile hardcodes CXXFLAGS to something else so that was the only way I could figure out to pass flags to the compiler without editing the makefile?

but maybe there's another way to do it that I'm missing