Commit fc95ad82 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

infozip: fix optimization level in Makefile patch



Noop in Buildroot as we override CFLAGS, but cleaner.

Reported-by: default avatarAlexander Lukichev <alexander.lukichev@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent b5502b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ index abd0c44..8388c74 100644
 #   LFLAGS2   flags after obj file list (libraries, etc)
 CFLAGS_NOOPT = -I. -DUNIX $(LOCAL_ZIP)
-CFLAGS = -O2 $(CFLAGS_NOOPT)
+CFLAGS ?= -02 $(CFLAGS_NOOPT)
+CFLAGS ?= -O2 $(CFLAGS_NOOPT)
 LFLAGS1 =
 LFLAGS2 = -s