make: build with -g by default

This commit is contained in:
Natanael Copa 2020-07-08 12:30:18 +02:00
parent 69dd828919
commit fbc11ea271
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SED := sed
TAR := tar
LINK = $(CC) $(OBJS-$@) -o $@ $(LDFLAGS) $(LDFLAGS-$@) $(LIBS-$@)
CFLAGS ?= -Wall -Werror
CFLAGS ?= -Wall -Werror -g
SED_REPLACE := -e 's:@VERSION@:$(FULL_VERSION):g' \
-e 's:@prefix@:$(prefix):g' \