guix: turn off unused cmake options

This commit is contained in:
tobtoht
2026-05-05 23:16:03 +02:00
parent c182abb4cb
commit d0798fc454
+3
View File
@@ -335,6 +335,9 @@ mkdir -p "$DISTSRC"
*linux-gnu*) CMAKEFLAGS+=" -DSTACK_TRACE=OFF" ;;
esac
# Turn off unused default options
CMAKEFLAGS+=" -DUSE_CCACHE=OFF -DBUILD_DOCUMENTATION=OFF"
# Configure this DISTSRC for $HOST
# shellcheck disable=SC2086
env CFLAGS="${HOST_CFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" \