Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -config option to ocamlrun #9284

Merged
merged 5 commits into from
Jan 5, 2021
Merged

Add -config option to ocamlrun #9284

merged 5 commits into from
Jan 5, 2021

Commits on Feb 5, 2020

  1. Add caml_get_stdlib_location

    Exposes the logic for parsing OCAMLLIB, etc. in dynlink.c
    dra27 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    3d67835 View commit details
    Browse the repository at this point in the history
  2. Export parse_ld_conf from dynlink.c

    Renamed to caml_parse_ld_conf
    dra27 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    421857e View commit details
    Browse the repository at this point in the history
  3. Add ocamlrun -config

    Similar to ocamlc/ocamlopt -config, displays the information pertinent
    to the bytecode runtime only. Also displays the search path for shared
    stub libraries, which means the entire command line is parsed in order
    to include any -I flags.
    dra27 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    06ea7ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44bccc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb59a99 View commit details
    Browse the repository at this point in the history