Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
ccmeta
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add flags to support compilation with Homebrew libgc.
master
Ian Piumarta
hace 2 años
padre
e6221cd68a
commit
f6dab4a73f
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
src/Makefile
+ 2
- 2
src/Makefile
Ver fichero
@ -1,5 +1,5 @@
CFLAGS
=
-I/opt/local/include -std
=
gnu99 -Wall -Wno-unused-label -Wno-unused-function -g
LDLIBS
=
-L/opt/local/lib -lgc -lm
CFLAGS
=
-I/opt/local/include -
I/opt/homebrew/include -
std
=
gnu99 -Wall -Wno-unused-label -Wno-unused-function -g
LDLIBS
=
-L/opt/local/lib -
L/opt/homebrew/lib -
lgc -lm
TREE
=
-t
MAIN
=
ccmeta
Escribir
Vista previa
Cargando…
Cancelar
Guardar