Apply build flags to specific directories/files

To surpress warnings from the framework’s header files, you can convert them from -I <path> to -isystem <path>, then GCC will treat them as holy system includes that do not produce warnings. A conversion script to do that dynamically was already written in Silence warnings for dependencies / external libraries? - #8 by maxgerhardt.

1 Like