mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
guix: remove -Werror=dev
Otherwise the build will fail with warnings about missing Python (removed in the next commit). However the non-gui build does not need Python. Note that #25573 contains the same change, because the use of -static-pie causes warnings when combined with our/CMakes own PIE handling.
This commit is contained in:
@@ -66,8 +66,7 @@ mkdir -p "$DISTSRC"
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALLPATH}" \
|
||||
-DCMAKE_SKIP_RPATH=TRUE \
|
||||
-DREDUCE_EXPORTS=ON \
|
||||
-DWITH_CCACHE=OFF \
|
||||
-Werror=dev
|
||||
-DWITH_CCACHE=OFF
|
||||
|
||||
# Build Bitcoin Core
|
||||
cmake --build build -j "$JOBS"
|
||||
|
||||
@@ -44,8 +44,7 @@ mkdir -p "$DISTSRC"
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALLPATH}" \
|
||||
-DCMAKE_SKIP_RPATH=TRUE \
|
||||
-DREDUCE_EXPORTS=ON \
|
||||
-DWITH_CCACHE=OFF \
|
||||
-Werror=dev
|
||||
-DWITH_CCACHE=OFF
|
||||
|
||||
# Build Bitcoin Core
|
||||
cmake --build build -j "$JOBS"
|
||||
|
||||
@@ -49,8 +49,7 @@ mkdir -p "$DISTSRC"
|
||||
-DBUILD_GUI_TESTS=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALLPATH}" \
|
||||
-DREDUCE_EXPORTS=ON \
|
||||
-DWITH_CCACHE=OFF \
|
||||
-Werror=dev
|
||||
-DWITH_CCACHE=OFF
|
||||
|
||||
# Build Bitcoin Core
|
||||
cmake --build build -j "$JOBS"
|
||||
|
||||
Reference in New Issue
Block a user