Explorar el Código

config.mk cleanup

master
anselm@garbe.us hace 12 años
padre
commit
0f91dd1c74
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      config.mk

+ 3
- 2
config.mk Ver fichero

@@ -1,5 +1,5 @@
# dmenu version
VERSION = hg
VERSION = 4.4.1-tip

# paths
PREFIX = /usr/local
@@ -18,7 +18,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}

# flags
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}

# compiler and linker


Cargando…
Cancelar
Guardar