This commit is contained in:
2022-04-15 11:11:44 +02:00
parent 8cd159aacb
commit aa5ae1824d
2 changed files with 5 additions and 4 deletions

View File

@ -58,8 +58,8 @@ JIR_OUT = $(patsubst %, $(OUT_DIR)/%, $(JIR_PRG))
## FLAGS ###############################
DFLAGS = -O2 -DDISABLE_LOG
#DFLAGS = -g -Wall
#DFLAGS = -O2 -DDISABLE_LOG
DFLAGS = -g -Wall
IFLAGS = $(DFLAGS) -MMD -I$(HPP_DIR) -std=c++11