Skip to content

Commit

Permalink
Document PROFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 19, 2024
1 parent 5a39a8b commit 74933e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ But a bit more, to ensure that the tests run as the `postgres` user, and if
tests fail to emit the contents of the `regression.diffs` file. Designed to
cover the most common PostgreSQL extension build-and-test patterns.

By default, `pg-build-test` uses builds with `PROFILE=--Werror`; Specify an
alternate `$PROFILE` environment variable to override it:

``` sh
export PROFILE=--Wall
pg-build-test
```

### [`pgxn-bundle`]

``` sh
Expand Down

0 comments on commit 74933e5

Please sign in to comment.