mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
guix: turn off unused cmake options
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user