Added -O2 flag to CFLAGS
This commit is contained in:
parent
2bad53c33d
commit
6b2a098289
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue