You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(build): fix issues with build_standalone.sh (#15105)
## Description
This PR updates `build_standalone.sh` to fix certain issues or usability
shortcomings I've encountered with it.
* Pass `-gdwarf-4` because the `valgrind` version we have on workspaces
doesn't support DWARF 5
* Report an error early if `clang`/`gcc` isn't available (e.g. not
installed in the workspace) instead of letting CMake fail later with a
less clear error message
* Add `-v|--valgrind` in the help message (which was already supported,
but not documented)
* Validate that there are exactly three arguments
0 commit comments