Added -O2 flag to CFLAGS

This commit is contained in:
Bert 2011-08-05 10:17:07 +02:00
parent 2bad53c33d
commit 6b2a098289

View file

@ -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