CompileFlags: Add: - -Wall - -pedantic - -I../include - -DMT_ENABLED - -DNTHREADS=8 - -DEXTENSIONS_INJA, - -DDIST_PATH="/var/www/html" --- # Specific C sources If: PathMatch: [.*\.c, .*\.h] CompileFlags: Add: [-std=c99] --- # Fragment specific to C++ source files If: PathExclude: [.*\.c, .*\.h] CompileFlags: Add: [-std=c++17, `pkg-config --cflags catch2`]