If: PathMatch: - .*\.c - .*\.h CompileFlags: Add: - -xc - -std=c89 - -Isrc - -Wall - -Wextra, - -pedantic - -O2 - -ferror-limit=0 - -D_DEFAULT_SOURCE - -D_CHECK_LINK Compiler: clang