Q6: profiling info and preperation

This commit is contained in:
2020-05-14 22:40:28 +03:00
parent a4fbbdd9d6
commit 5719ab0b46
3 changed files with 68 additions and 44 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ debug: $(BUILD_DIR)/$(TARGET)
.PHONY: release
release: CFLAGS += $(REL_FLAGS)
release: clean $(BUILD_DIR)/$(TARGET)
release: $(BUILD_DIR)/$(TARGET)
.PHONY: all