Commit 1b1003da authored by multrus's avatar multrus
Browse files

set default optimization to O3

parent d3508f9d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ LDFLAGS += -Wl,-dead_strip
endif
endif

OPTIM    ?= 0
OPTIM    ?= 3
CFLAGS   += -O$(OPTIM)

CFLAGS   += $(foreach DIR,$(SRC_DIRS),-I$(DIR))