File config.mk.patch of Package xssstate
Index: xssstate-1.1/config.mk
===================================================================
--- xssstate-1.1.orig/config.mk
+++ xssstate-1.1/config.mk
@@ -13,7 +13,8 @@ LIBS = -L/usr/lib -lc -lX11 -lXss
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -Wall -O0
+CFLAGS += -g -std=c99 -pedantic  ${INCS} ${CPPFLAGS}
 LDFLAGS = -g ${LIBS}
 
 # Solaris




