Explorar el Código

add -g to cflags for debugging

main
Ian Piumarta hace 3 años
padre
commit
abc9749f1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@ -1,4 +1,4 @@
CFLAGS = -Wall
CFLAGS = -Wall -g
parse : parse.c

Cargando…
Cancelar
Guardar