diff --git a/Makefile b/Makefile index 2bdcce3..482ce95 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ all: sxiv -VERSION = git-20110726 +VERSION = git-20110805 CC = gcc DESTDIR = PREFIX = /usr/local -CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" +CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\" LDFLAGS = LIBS = -lX11 -lImlib2