mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
# 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
|