diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-04 15:41:34 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-04 15:41:34 +0200 |
commit | 46305b958a76585f9b8550644a93b8742b97dec7 (patch) | |
tree | fef06e53678d30884ada0ba27bf3270ad456a0b8 | |
parent | e0e9b713653840878db103bf6c3152ddc13bae35 (diff) |
config.mk: remove old rule
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ LIBS = -lc # debug #CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -##CFLAGS = -O0 -g -cstd=c99 -Wall -Wextra -pedantic -DVERSION=\"${VERSION}\" #LDFLAGS = ${LIBS} # optimized |