blob: 9ba1e7496cfb675893c5ed43e7ce269a6c874ced [file] [log] [blame]
# At -O0 cc1 etc. are too large on some targets for successful
# link; force building libbackend.a with -O1.
ifeq ($(filter-out -O0,$(lastword $(filter -O%,$(CFLAGS)))),)
$(OBJS) : override CFLAGS += -O1
endif