summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index c444e27..045ff69 100644
--- a/config.mk
+++ b/config.mk
@@ -17,12 +17,12 @@ LIBS = -lc
#LDFLAGS = ${LIBS}
# optimized
-CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L
-LDFLAGS = -s ${LIBS}
+CFLAGS += -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L
+LDFLAGS += -s ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}
# compiler and linker
-CC = cc
+#CC = cc