diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-05-08 11:00:26 +0000 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-05-08 11:00:26 +0000 |
commit | fa6a0b432e5283b7779d813ae140106e809c387f (patch) | |
tree | a948d9034d99205e2c2c8698afd89b21fd8e1843 | |
parent | 21f0cae92fbd34397f61f00502d974c102af3e58 (diff) |
makefile: remove solaris rule, i wont test this
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -20,9 +20,5 @@ LDFLAGS = ${LIBS} #CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE #LDFLAGS = -s ${LIBS} -# Solaris -#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} - # compiler and linker #CC = cc |