Commit d4aa290b authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

change to -O2 to avoid warnings

parent 9360eb29
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    ?= 3
OPTIM    ?= 2
CFLAGS   += -O$(OPTIM)

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