Merge pull request #10 from microsoft/dev/t-isehgal/minor-makefile-addition
Minor makefile debug addition
This commit is contained in:
Коммит
a81c01c23a
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче