Browse Source

add -g to cflags for debugging

main
Ian Piumarta 3 years ago
parent
commit
abc9749f1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

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

Loading…
Cancel
Save