From a0f1a4b77cd2472baf95076974855ccbe71cdfe4 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 13 Sep 2025 19:07:42 -0400 Subject: [PATCH] update --- README-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dev b/README-dev index efaeb1b..cb5ac96 100644 --- a/README-dev +++ b/README-dev @@ -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