mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 01:35:35 +00:00
fine tune ci to build more with circleci (#3386)
* fine tune ci to build more with circleci * skip make for arm-iar, esp-idf * skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
This commit is contained in:
@ -31,6 +31,9 @@ CFLAGS += \
|
||||
-Wreturn-type \
|
||||
-Wredundant-decls \
|
||||
|
||||
CFLAGS_CLANG += \
|
||||
-Wno-error=unknown-warning-option
|
||||
|
||||
# -Wmissing-prototypes \
|
||||
# conversion is too strict for most mcu driver, may be disable sign/int/arith-conversion
|
||||
# -Wconversion
|
||||
|
||||
Reference in New Issue
Block a user