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

Use cargo --unit-graph to figure out whether to link debuginfo #47

Merged
merged 5 commits into from
Nov 27, 2023

Commits on Nov 16, 2023

  1. Use cargo --unit-graph to figure out debuginfo

    We can check if `ctru-sys` is being built with debuginfo this way, and
    use that to build the stdlib with the same linker flags as ctru-sys is
    expected to use.
    ian-h-chamberlain committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    545d853 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    e1cf233 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    85ebef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    2baf9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6ddb2 View commit details
    Browse the repository at this point in the history