This commit is contained in:
ishaansehgal99 2022-07-11 19:59:08 +00:00
Родитель 34233458e0
Коммит e91ac26731
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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