Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Added -O2 flag to CFLAGS
master
Bert
hace 14 años
padre
2bad53c33d
commit
6b2a098289
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
Makefile
+ 2
- 2
Makefile
Ver fichero
@@ -1,11 +1,11 @@
all: sxiv
VERSION = git-20110
726
VERSION = git-20110
805
CC = gcc
DESTDIR =
PREFIX = /usr/local
CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\"
CFLAGS = -Wall -pedantic -
O2 -
DVERSION=\"$(VERSION)\"
LDFLAGS =
LIBS = -lX11 -lImlib2
Escribir
Vista previa
Cargando…
Cancelar
Guardar