CompileFlags:
  Add: [-Wall, -Wpedantic, -std=c11, -xc, -I../include/]
  Compiler: gcc
---
If:
  PathMatch: .*\.h
CompileFlags:
  Remove: [-xc, -I../include/]
  Add: -xc-header
