CFLAGS are switches that can be passed to the C compiler while compiling software.
CFLAGS are switches that can be passed to the C compiler while compiling software. CFLAGS are normally used inside Makefiles to have the same set of flags for the compilation.
CFLAGS can also be provided from outside of the Makefile via environment variables.