This commit is contained in:
2025-09-13 19:07:42 -04:00
parent 9d8a86ea61
commit a0f1a4b77c

View File

@@ -30,7 +30,7 @@ The configuration script is used to generate a build intermediate step called
the config.mak. This file is used by the Makefile to figure out C compiler to
use, what CFLAGS and LDFLAGS to use, and where to install the binary if
requested. By default these values are gcc, the release flag set, and
/usr/bin/. The configuration script supports the following flags that control
/usr/local/. The configuration script supports the following flags that control
CFLAGS: --debug and CFLAGS="". By default, the script uses flags for a release
build. Debug is for in-development programming and is the strictest when it
comes to warnings and other compiler output. CFLAGS="" is for custom flag