Skip to content

Commit

Permalink
Update README to reflect new default source-compilation flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimsdale committed Nov 15, 2022
1 parent c23fb36 commit 380686d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ stacks. Paketo stacks such as `io.buildpacks.stacks.bionic` install pre-built bi
* The format is space-separated strings, and they are passed directly to the
`cpython` `./configure` process , e.g. `--foo --bar=baz`.
* See [python documentation](https://docs.python.org/3/using/configure.html) for supported flags.
* Default flags if not specified: `--enable-optimizations --with-ensurepip`
* Default flags if not specified: `--with-ensurepip`
* Note that default flags are overridden if you specify this environment variable,
which means you almost certainly want to include the defaults along with any custom flags.
- e.g. `--enable-optimizations --with-ensurepip --foo --bar=baz`
- e.g. `--with-ensurepip --foo --bar=baz`

### `BP_LOG_LEVEL`
The `BP_LOG_LEVEL` flag controls the level of verbosity of the buildpack output logs.
Expand Down

0 comments on commit 380686d

Please sign in to comment.