Skip to content

Commit

Permalink
Makefile: Use -g instead of -ggdb.
Browse files Browse the repository at this point in the history
Per the discussion in pfalcon#15.
  • Loading branch information
ampli committed Sep 14, 2015
1 parent 20ea4fb commit 106502d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CC=gcc
# Add -DDEBUG to CFLAGS when developing/testing
CFLAGS=-ggdb -Wall -Os
CFLAGS=-g -Wall -Os

TARG=re
OFILES=\
Expand Down

0 comments on commit 106502d

Please sign in to comment.