Feature description
Looking at the LIBC_FLAGS valu in source code, and the assigned values to LDFLAGS. I think that compiler flags are commonly assigned to a CFLAGS variables and LDFLAGS for linker flags.
Possible implementation
Just use a CFLAGS variable for compiler flags.
Feature description
Looking at the
LIBC_FLAGSvalu in source code, and the assigned values toLDFLAGS. I think that compiler flags are commonly assigned to aCFLAGSvariables andLDFLAGSfor linker flags.Possible implementation
Just use a
CFLAGSvariable for compiler flags.