mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
ci: fiddle with macos CFLAGS to work around apparent clang bug
See https://github.com/ElementsProject/elements/issues/782
This commit is contained in:
parent
fec99efb8f
commit
1f068f8bd9
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ export LC_ALL=C.UTF-8
|
|||
export HOST=x86_64-apple-darwin16
|
||||
export PIP_PACKAGES="zmq"
|
||||
export GOAL="install"
|
||||
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror --with-boost-process"
|
||||
# ELEMENTS: add -fno-stack-check to work around clang bug on macos
|
||||
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror --with-boost-process CXXFLAGS=-fno-stack-check"
|
||||
export CI_OS_NAME="macos"
|
||||
export NO_DEPENDS=1
|
||||
export OSX_SDK=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue