config.mk: remove some flags and unneeded defines - xscreenshot - screen captur… | |
git clone git://git.codemadness.org/xscreenshot | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cb8ad238bc437ee427cddac7507d90d89dc7051c | |
parent 1f1d1ce39921ed510d6927243da836a906f0f26d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 28 Jul 2014 18:46:18 +0000 | |
config.mk: remove some flags and unneeded defines | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
M config.mk | 5 ++--- | |
1 file changed, 2 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -11,12 +11,11 @@ INCS = | |
LIBS = -lc -lX11 | |
# debug | |
-CFLAGS = -O0 -g -std=c99 -Wall -Wextra -pedantic \ | |
- -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE | |
+CFLAGS = -O0 -g -std=c99 -Wall -pedantic -DVERSION=\"${VERSION}\" | |
LDFLAGS = ${LIBS} | |
# optimized | |
-#CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_X… | |
+#CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" | |
#LDFLAGS = -s ${LIBS} | |
# tcc |