summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-11-18 13:16:29 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2010-11-18 13:16:29 +0100
commit419d4364f4e85266c44374715c1964ee151aeeb7 (patch)
tree64ca0fd4c20580c7bbaa395fcb38c51f62606fd4
parent7be0f3415508b7f3c9feea7482ee3082ea364794 (diff)
downloadmcwm-419d4364f4e85266c44374715c1964ee151aeeb7.zip
Bump version.20101118
Added optimization.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc0f387..fdfb451 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=20101101
+VERSION=20101118
DIST=mcwm-$(VERSION)
SRC=mcwm.c list.c config.h events.h list.h
DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC)
CC=gcc
-CFLAGS=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC
+CFLAGS=-g -std=c99 -Wall -Wextra -O2 -I/usr/local/include #-DDEBUG #-DDMALLOC
LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom # -ldmalloc
RM=/bin/rm