| title | Use Compiler Preprocessing Options |
|---|---|
| audience | users, developers |
| prerequisites | installation, native project compiler flags |
| related | ../../../developer/c-parser-reference.md, ../../../developer/fortran-parser-reference.md |
| status | maintained |
| publication | draft |
Use this recipe when the native project needs include paths, macros, standards, or compiler-specific flags before prik can parse it.
- Pass the same important include paths, macros, and target flags used by the native project.
- Compiler-backed semantic and
.pyistages can also probe target datatype facts. - These examples are environment-dependent, so they are not marked as automatic documentation tests.