2007-11-04 10:42:19 -05:00
|
|
|
--- Makefile.orig Mon Jun 18 14:29:22 2007
|
|
|
|
+++ Makefile Sun Nov 4 10:39:02 2007
|
|
|
|
@@ -71,7 +71,7 @@ distname = evilwm-$(version)
|
|
|
|
#DEFINES += -DXDEBUG # show some X calls
|
2002-07-15 16:57:38 -04:00
|
|
|
|
2005-09-27 04:14:51 -04:00
|
|
|
DEFINES += -DVERSION=\"$(version)\" $(DEBIAN)
|
2003-07-05 14:25:54 -04:00
|
|
|
-CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall
|
2002-09-09 21:15:33 -04:00
|
|
|
+CFLAGS += $(INCLUDES) $(DEFINES)
|
2003-07-05 14:25:54 -04:00
|
|
|
#CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall
|
2005-09-27 04:14:51 -04:00
|
|
|
CFLAGS += -W -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls
|
2003-07-05 14:25:54 -04:00
|
|
|
LDFLAGS += $(LDPATH) $(LIBS)
|