dmd.dmdparams

DMD-specific parameters.

Authors

Walter Bright

Source: dmdparams.d

  • PIC

    Declaration

    enum PIC: ubyte;

    Position Indepent Code setting

    • Declaration

      fixed

      located at a specific address

    • pic

      Declaration

      pic

      Position Independent Code

    • pie

      Declaration

      pie

      Position Independent Executable

  • Declaration

    struct Triple;

    Sets CPU Operating System, and optionally C/C++ runtime environment from the given triple e.g. x86_64+avx2-apple-darwin20.3.0 x86-unknown-linux-musl-clang x64-windows-msvc x64-pc-windows-msvc

  • Declaration

    const(char)[] finalDefaultlibname();

    Return Value

    the final defaultlibname based on the command-line parameters