File config.mk.patch of Package sic
Index: sic-1.2/config.mk
===================================================================
--- sic-1.2.orig/config.mk
+++ sic-1.2/config.mk
@@ -13,7 +13,8 @@ LIBS = -L/usr/lib -lc
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS = -Wall -Os
+CFLAGS += -std=c99 -pedantic ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# compiler and linker