diff options
| author | arg@mig29 <unknown> | 2006-12-18 14:39:34 +0100 | 
|---|---|---|
| committer | arg@mig29 <unknown> | 2006-12-18 14:39:34 +0100 | 
| commit | 71fd06f843f47c6007a5698e5117ce8fe1d7812d (patch) | |
| tree | 15df5ec4e60b25cd574855d3df05bbde9c120e45 | |
| parent | 58e6866d86308ec7e5e34e3791e456594eee90fd (diff) | |
added Solaris hints
| -rw-r--r-- | config.mk | 7 | 
1 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,5 @@  # dwm version -VERSION = 2.7 +VERSION = 2.8  # Customize below to fit your system @@ -20,6 +20,11 @@ LDFLAGS = ${LIBS}  #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"  #LDFLAGS = -g ${LIBS} +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} +#CFLAGS += -xtarget=ultra +  # compiler and linker  CC = cc  LD = ${CC} | 
