Added -O2 flag to CFLAGS
This commit is contained in:
parent
2bad53c33d
commit
6b2a098289
4
Makefile
4
Makefile
|
@ -1,11 +1,11 @@
|
||||||
all: sxiv
|
all: sxiv
|
||||||
|
|
||||||
VERSION = git-20110726
|
VERSION = git-20110805
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\"
|
CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\"
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LIBS = -lX11 -lImlib2
|
LIBS = -lX11 -lImlib2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue