Commit 9360eb29 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

set default OPTIM to 3 in Makefile

parent 1c5efba7
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))