aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 00fe5a9..1670243 100644
--- a/config.mk
+++ b/config.mk
@@ -20,6 +20,11 @@ LDFLAGS = ${LIBS}
20#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" 20#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
21#LDFLAGS = -g ${LIBS} 21#LDFLAGS = -g ${LIBS}
22 22
23# Solaris
24#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
25#LDFLAGS = ${LIBS}
26#CFLAGS += -xtarget=ultra
27
23# compiler and linker 28# compiler and linker
24CC = cc 29CC = cc
25LD = ${CC} 30LD = ${CC}