commit 787a4fce61b81ed8b8f25320e8d58842b2d852d0
parent 9295d14dd3824c9076b5dfb5ec085de1e217f19c
Author: vx_clutch <[email protected]>
Date: Sun, 7 Sep 2025 12:15:54 -0400
Update configure
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -12,7 +12,7 @@ VAR=VALUE.
LDFLAGS C linker flags
--prefix=<path> Set the install path
- --debug Flags for debug build
+ --debug Flags for debug build, overides CFLAGS
EOF
exit 0
@@ -42,6 +42,7 @@ case "$arg" in
CFLAGS=*) CFLAGS=${arg#*=} ;;
LDFLAGS=*) LDFLAGS=${arg#*=} ;;
CC=*) CC=${arg#*=} ;;
+*) prinf "Unrecognized option %s" $arg;;
esac
done