mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
build-gnu.sh: build in debug by default. Easier for local dev
This commit is contained in:
parent
28111407a3
commit
ba0c89fc5e
3 changed files with 17 additions and 8 deletions
|
@ -226,8 +226,8 @@ To run uutils against the GNU test suite locally, run the following commands:
|
|||
|
||||
```shell
|
||||
bash util/build-gnu.sh
|
||||
# Build uutils without release optimizations
|
||||
UU_MAKE_PROFILE=debug bash util/build-gnu.sh
|
||||
# Build uutils with release optimizations
|
||||
bash util/build-gnu.sh --release-build
|
||||
bash util/run-gnu-test.sh
|
||||
# To run a single test:
|
||||
bash util/run-gnu-test.sh tests/touch/not-owner.sh # for example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue