Skip to content

Commit

Permalink
guix: disable pre-compiled headers
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Oct 8, 2024
1 parent b828f06 commit d03ee28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ mkdir -p "$DISTSRC"
cmake -S . -B build \
--toolchain "${BASEPREFIX}/${HOST}/toolchain.cmake" \
-DWITH_CCACHE=OFF \
-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON \
${CONFIGFLAGS}

# Build Bitcoin Core
Expand Down

0 comments on commit d03ee28

Please sign in to comment.