From: Michael D. Lowis Date: Wed, 30 Dec 2015 02:36:58 +0000 (-0500) Subject: Added reference config.mk file X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=188e91dc9a8858c8dccbb430b267f36715d0c7ef;p=projs%2Flibcds.git Added reference config.mk file --- diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..b4b59ae --- /dev/null +++ b/config.mk @@ -0,0 +1,17 @@ +#------------------------------------------------------------------------------ +# User and Platform Specific Configuration Options +#------------------------------------------------------------------------------ +# Override the tools used with platform specific ones +#CC = cc +#LD = ${CC} +#AR = ar + +# GCC dependency generation +#COMPILE += && ${CC} ${INCS} -MM -MT $@ -MF ${@:.o=.d} ${<:.o=.c} + +# Enable output of debug symbols +#CFLAGS += -g + +# Enable output of coverage information +#CFLAGS += --coverage +#LDFLAGS += --coverage