File inotail-0.2_optflags.patch of Package inotail
Index: Makefile =================================================================== --- Makefile.orig 2006-12-04 20:31:30.000000000 +0100 +++ Makefile 2006-12-06 04:37:28.453301166 +0100 @@ -15,7 +15,7 @@ CFLAGS := -Wall -pipe -D_USE_SOURCE -DVE WARN := -Wstrict-prototypes -Wsign-compare -Wshadow \ -Wchar-subscripts -Wmissing-declarations -Wnested-externs \ -Wpointer-arith -Wcast-align -Wmissing-prototypes -CFLAGS += $(WARN) +CFLAGS += $(WARN) $(OPTFLAGS) # Compile with 'make DEBUG=true' to enable debugging DEBUG = false