aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-12-09 18:40:21 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-12-09 18:40:21 +1100
commit2178cbecb6cff2ee21a25c8dd44dc03f855aedab (patch)
tree2e00c7f52f0e395eafcdcb215c40f54433a505b5 /LUFA
parentd2d0e189ededbb417ca9b573e46fb622840ad07c (diff)
downloadlufa-2178cbecb6cff2ee21a25c8dd44dc03f855aedab.tar.gz
lufa-2178cbecb6cff2ee21a25c8dd44dc03f855aedab.tar.bz2
lufa-2178cbecb6cff2ee21a25c8dd44dc03f855aedab.zip
CI: Don't use multiple jobs when building under CI, so that output is consistent.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Build/DMBS/DMBS/gcc.mk2
1 files changed, 1 insertions, 1 deletions
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),)