summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-05 10:17:07 +0200
committerBert <ber.t@gmx.com>2011-08-05 10:17:07 +0200
commit6b2a0982890f6d2b9f8de873f4d2589d65f90d72 (patch)
tree16397eb5594c067297c9e8d970eaba3ca4a3a4a2 /Makefile
parent2bad53c33d7cfb15bbd0f0cbeb96d51d4d6df18c (diff)
downloadnsxiv-6b2a0982890f6d2b9f8de873f4d2589d65f90d72.tar.zst
Added -O2 flag to CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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