Skip to content

Commit

Permalink
add --disable-Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Dec 6, 2023
1 parent 06a4492 commit 5efb34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ _jukebox_core_build_libzmq_with_drafts() {
wget --quiet https://github.com/zeromq/libzmq/releases/download/v${ZMQ_VERSION}/zeromq-${ZMQ_VERSION}.tar.gz
tar -xzf zeromq-${ZMQ_VERSION}.tar.gz
cd zeromq-${ZMQ_VERSION} || exit_on_error
./configure --prefix=${ZMQ_TMP_DIR} --enable-drafts
./configure --prefix=${ZMQ_TMP_DIR} --enable-drafts --disable-Werror
make -j${cpu_count} && make install
}

Expand Down

0 comments on commit 5efb34e

Please sign in to comment.