aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 725e28e..ca89fd6 100644
--- a/config.mk
+++ b/config.mk
@@ -17,9 +17,8 @@ INCS = -I${X11INC}
17LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} 17LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
18 18
19# flags 19# flags
20CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} 20CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
21#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} 21CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
22CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
23LDFLAGS = -s ${LIBS} 22LDFLAGS = -s ${LIBS}
24 23
25# compiler and linker 24# compiler and linker