Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed May 29, 2022
1 parent d7470a6 commit 221407a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -3,8 +3,7 @@ CC := clang
STD := c++17
LFLAGS := -I. -std=${STD} -Wall
CFLAGS := -Wall
opts:=# Possible Values = SHOW_FRAME_TIME SHOW_HISTORY_LOGS
DEFINATIONS := $(addprefix -D,$(opts))
DEFINATIONS :=# Possible Values = -DSHOW_FRAME_TIME -DSHOW_HISTORY_LOGS -DENABLE_WIN_ICON

#IMGUI v1.87

Expand Down Expand Up @@ -37,6 +36,7 @@ all: CFLAGS += -g -O0 -DIS_DEBUG
all: $(BIN)

release: CFLAGS += -Os
release: DEFINATIONS += -DENABLE_WIN_ICON
release: $(BIN)

.PHONY: clean
Expand Down

0 comments on commit 221407a

Please sign in to comment.