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 possibility to define global cflags in packages #534

Merged
merged 2 commits into from
Feb 26, 2024

Commits on Feb 1, 2024

  1. builder: Add app.cflags

    This adds possibility to add global cflags in pkgs.
    If one pkg will add app.cflags flag, then all other
    pkgs used by a target will also use this flag during compilation.
    m-gorecki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9c9dd5c View commit details
    Browse the repository at this point in the history
  2. newt/cli: Add target info command

    This command prints all target's packages that contain app.flags
    field and it's values. In the future this command
    might be extended to show other miscellaneous info about
    specified target.
    m-gorecki committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    92bffd5 View commit details
    Browse the repository at this point in the history