diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-05-13 10:21:47 +0000 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-05-13 10:21:47 +0000 |
commit | 1aa126a9ce2e3afa42f3e5e73363d853c277ad2d (patch) | |
tree | 0240bcd4c2d0ddb09aee31b99b8818baab658247 | |
parent | c334bcf1862a48ebb37e80aca319d4aa5baad061 (diff) |
config.mk: add commented options for tcc
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,5 +20,10 @@ LDFLAGS = ${LIBS} #CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE #LDFLAGS = -s ${LIBS} +# tcc +#CC = tcc +#CFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE +#LDFLAGS = -s ${LIBS} + # compiler and linker #CC = cc |