docs(readme) fix typo (#110)

should be respectively not respectfully in Native-Comp section
This commit is contained in:
thynus
2024-11-02 17:52:52 -07:00
committed by GitHub
parent ca8951ccd3
commit 533dde85b1

View File

@@ -164,7 +164,7 @@ use the alias from the above example.
The build script will automatically detect if the source tree being built
supports native-compilation, and enable it if available. You can override the
auto-detection logic to force enable or force disable native-compilation by
passing `--native-comp` or `--no-native-comp` respectfully.
passing `--native-comp` or `--no-native-comp` respectively.
By default `NATIVE_FULL_AOT` is disabled which ensures a fast build by native
compiling as few elisp source files as possible to build Emacs itself. Any