diff --git a/zcutil/build.sh b/zcutil/build.sh index 17f023991..6b142990c 100755 --- a/zcutil/build.sh +++ b/zcutil/build.sh @@ -41,6 +41,11 @@ if [[ -z "${CXX-}" ]]; then CXX=g++ fi +# Allow users to set arbitary compile flags. Most users will not need this. +if [[ -z "${CONFIGURE_FLAGS-}" ]]; then + CONFIGURE_FLAGS="" +fi + if [ "x$*" = 'x--help' ] then cat <