Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.29 KB

File metadata and controls

48 lines (39 loc) · 1.29 KB
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 Compiler Preprocessing Options

Use this recipe when the native project needs include paths, macros, standards, or compiler-specific flags before prik can parse it.

Direct Compiler Settings

Compilation Database

Notes

  • Pass the same important include paths, macros, and target flags used by the native project.
  • Compiler-backed semantic and .pyi stages can also probe target datatype facts.
  • These examples are environment-dependent, so they are not marked as automatic documentation tests.