Enable building with debuginfo

Add -g to CFLAGS when running make with DEBUG=1

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
このコミットが含まれているのは:
Lars Hjemli 2007-01-17 01:13:05 +01:00
コミット 447025f62c

ファイルの表示

@ -10,6 +10,10 @@ OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
CFLAGS += -Wall
ifdef DEBUG
CFLAGS += -g
endif
all: cgit
install: all clean-cache