Defines are technically “supposed” to go in CPPFLAGS not CXXFLAGS, but I’m not sure if Stan actually does this in practice or not.
Edit: yes, they’re in the pre processor flags. You will probably want both CPPFLAGS and CXXFLAGS, as well as possibly LDLIBS and LDFLAGS if you’re not already using those for linking