aewl

diff config.mk @ 636:4c5bf6369e90

added Solaris hints
author arg@mig29
date Mon, 18 Dec 2006 14:39:34 +0100
parents 2644c951fc74
children e90bf387bf6f
line diff
     1.1 --- a/config.mk	Thu Dec 14 08:50:49 2006 +0100
     1.2 +++ b/config.mk	Mon Dec 18 14:39:34 2006 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  # dwm version
     1.5 -VERSION = 2.7
     1.6 +VERSION = 2.8
     1.7  
     1.8  # Customize below to fit your system
     1.9  
    1.10 @@ -20,6 +20,11 @@
    1.11  #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
    1.12  #LDFLAGS = -g ${LIBS}
    1.13  
    1.14 +# Solaris
    1.15 +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
    1.16 +#LDFLAGS = ${LIBS}
    1.17 +#CFLAGS += -xtarget=ultra
    1.18 +
    1.19  # compiler and linker
    1.20  CC = cc
    1.21  LD = ${CC}