From 533dde85b1ccacabcc1d2e2c5e9ae1e25dc0b852 Mon Sep 17 00:00:00 2001 From: thynus Date: Sat, 2 Nov 2024 17:52:52 -0700 Subject: [PATCH] docs(readme) fix typo (#110) should be respectively not respectfully in Native-Comp section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e2dcd..9be1227 100644 --- a/README.md +++ b/README.md @@ -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