Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ LDFLAGS += -Wl,-dead_strip endif endif OPTIM ?= 0 OPTIM ?= 1 CFLAGS += -O$(OPTIM) CFLAGS += $(foreach DIR,$(SRC_DIRS),-I$(DIR)) Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ LDFLAGS += -Wl,-dead_strip endif endif OPTIM ?= 0 OPTIM ?= 1 CFLAGS += -O$(OPTIM) CFLAGS += $(foreach DIR,$(SRC_DIRS),-I$(DIR)) Loading