File setpwc-optflags.patch of Package setpwc
--- Makefile.orig 2011-05-22 21:07:02.000000000 +0200 +++ Makefile 2011-05-22 21:07:24.000000000 +0200 @@ -16 +16,2 @@ -CFLAGS+=-Wall -O2 -DVERSION=\"$(VERSION)\" +OPTFLAGS=-O2 +CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(OPTFLAGS)