Documentation

Lean.Compiler.FFI

Return C compiler flags for including Lean's headers. Unlike getCFlags, this does not contain the Lean include directory.

Instances For

    Return C compiler flags for including Lean's headers.

    Instances For

      Return C compiler flags needed to use the C compiler bundled with the Lean toolchain.

      Instances For

        Return linker flags for linking against Lean's libraries. Unlike getLinkerFlags, this does not contain the Lean library directory.

        Instances For
          def Lean.Compiler.FFI.getLinkerFlags (leanSysroot : System.FilePath) (linkStatic : Bool := true) :

          Return linker flags for linking against Lean's libraries.

          Instances For

            Return linker flags needed to use the linker bundled with the Lean toolchain.

            Instances For