diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-02 11:25:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-02 11:26:22 -0400 |
commit | cf080ec377461ca6fe2e0e9bb8b25ad63bda6bc6 (patch) | |
tree | dc00462661fb9b7c15cc7295de75f991918011ae /README.md | |
parent | 99260d347b91f9f7ede335b7f582cee34ead2b0c (diff) | |
download | bfs-cf080ec377461ca6fe2e0e9bb8b25ad63bda6bc6.tar.xz |
Prefer ./configure --enable-release to RELEASE=y
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ Run the test suite to make sure it works correctly: If you're interested in speed, you may want to build the release version instead: - $ ./configure RELEASE=y + $ ./configure --enable-release $ make Finally, if you want to install it globally, run |