Update configure

This commit is contained in:
vx_clutch
2025-09-07 12:15:54 -04:00
committed by GitHub
parent 9295d14dd3
commit 787a4fce61

3
configure vendored
View File

@@ -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