Minor makefile debug addition
This commit is contained in:
Родитель
34233458e0
Коммит
e91ac26731
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ hibernation-setup-tool: $(OBJS)
|
|||
|
||||
all: hibernation-setup-tool
|
||||
|
||||
debug: CFLAGS += -DDEBUG -g
|
||||
debug: CFLAGS += -DDEBUG -g -O0
|
||||
debug: hibernation-setup-tool
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Загрузка…
Ссылка в новой задаче