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 arguments to devbuild.sh script #155

Merged

Commits on Jul 20, 2021

  1. Add arguments to devbuild.sh script

    * Documented with --help
    * Automatically determines machine name
    * Automatically determines compiler based on machine name
    * Added options for app, ccpp suite, and components
    * Added option for build type DEBUG, RELEASE, RELWITHDEBINFO
    * Added option for build jobs, default 4
    * Added verbosity option for make
    danrosen25 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e961aad View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    46d2bc1 View commit details
    Browse the repository at this point in the history
  2. Modify devbuild.sh options

    * remove --components
    * add --enable-options
    * add --disable-options
    danrosen25 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6e0864f View commit details
    Browse the repository at this point in the history