Explorar el Código

Added -O2 flag to CFLAGS

master
Bert hace 14 años
padre
commit
6b2a098289
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile Ver fichero

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



Cargando…
Cancelar
Guardar