Dmitry Gorbachev wrote:
Are these CFLAGS / CXXFLAGS variables really needed? GCC must know where are its include directories.
GCC does, but these variables are actually meant for other build tools (e.g. wrc). These tools shall eventually use the very same include directories as GCC itself does.
Best regards,
Colin