diff --git a/Makefile b/Makefile index 0b9ebfcc2c..5b3c5887c3 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,11 @@ ifeq ($(OSARCH),linux-gnu) endif endif -ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) +ifeq ($(findstring -save-temps,$(ASTCFLAGS)),) +ASTCFLAGS+=-pipe +endif + +ASTCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) ASTCFLAGS+=-include $(ASTTOPDIR)/include/asterisk/autoconfig.h