Fix table

This commit is contained in:
native-api 2024-02-27 19:08:48 +03:00 committed by GitHub
parent c3f558bed8
commit 37590c8e71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ to maintain the principle of the least surprise.
The exceptions -- non-default options that are set by default -- are listed below: The exceptions -- non-default options that are set by default -- are listed below:
| Option/Behavior | Rationale | | Option/Behavior | Rationale |
------------------------------- |-----------------|-----------|
| `--enable-shared` is on by default. Pass `--disable-shared` to Configure options to override | The official CPython Docker image uses it. It's required to embed CPython. | | `--enable-shared` is on by default. Pass `--disable-shared` to Configure options to override | The official CPython Docker image uses it. It's required to embed CPython. |
| argument to `--enable-universalsdk` is ignored and set to `/` | | argument to `--enable-universalsdk` is ignored and set to `/` |
| `--with-universal-archs` defaults to `universal2` on ARM64 architecture | the only dual-architecture Macs in use today are Apple Silicon which can only build that one | | `--with-universal-archs` defaults to `universal2` on ARM64 architecture | the only dual-architecture Macs in use today are Apple Silicon which can only build that one |