From 6b2a0982890f6d2b9f8de873f4d2589d65f90d72 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 5 Aug 2011 10:17:07 +0200 Subject: Added -O2 flag to CFLAGS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf