From 2178cbecb6cff2ee21a25c8dd44dc03f855aedab Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 9 Dec 2018 18:40:21 +1100 Subject: CI: Don't use multiple jobs when building under CI, so that output is consistent. --- LUFA/Build/DMBS/DMBS/gcc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA') diff --git a/LUFA/Build/DMBS/DMBS/gcc.mk b/LUFA/Build/DMBS/DMBS/gcc.mk index 79b95ab76..73065dcec 100644 --- a/LUFA/Build/DMBS/DMBS/gcc.mk +++ b/LUFA/Build/DMBS/DMBS/gcc.mk @@ -115,7 +115,7 @@ ifneq ($(findstring $(ARCH), AVR8 XMEGA),) else ifneq ($(findstring $(ARCH), UC3),) BASE_CC_FLAGS += -mpart=$(MCU:at32%=%) -masm-addr-pseudos endif -BASE_CC_FLAGS += -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections -fdiagnostics-color +BASE_CC_FLAGS += -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections BASE_CC_FLAGS += -I. BASE_CC_FLAGS += -DARCH=ARCH_$(ARCH) ifneq ($(F_CPU),) -- cgit v1.2.3