config.mk: remove some flags and unneeded defines - xscreenshot - screen capture tool
 (HTM) git clone git://git.codemadness.org/xscreenshot
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cb8ad238bc437ee427cddac7507d90d89dc7051c
 (DIR) parent 1f1d1ce39921ed510d6927243da836a906f0f26d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 28 Jul 2014 18:46:18 +0000
       
       config.mk: remove some flags and unneeded defines
       
       Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
       
       Diffstat:
         M config.mk                           |       5 ++---
       
       1 file changed, 2 insertions(+), 3 deletions(-)
       ---
 (DIR) 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_XOPEN_SOURCE
       +#CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\"
        #LDFLAGS = -s ${LIBS}
        
        # tcc