Skip to content

Commit 76dbc48

Browse files
fanquakeRaimo33
authored andcommitted
ci: add libcpp hardening flags to macOS fuzz job
Follows up to bitcoin#33425 (comment).
1 parent 88c7493 commit 76dbc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_mac_native_fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME="ci_mac_native_fuzz" # macos does not use a container, but the env var is needed for logging
1010
export CMAKE_GENERATOR="Ninja"
11-
export BITCOIN_CONFIG="-DBUILD_FOR_FUZZING=ON -DCMAKE_EXE_LINKER_FLAGS='-Wl,-stack_size -Wl,0x80000'"
11+
export BITCOIN_CONFIG="-DBUILD_FOR_FUZZING=ON -DCMAKE_EXE_LINKER_FLAGS='-Wl,-stack_size -Wl,0x80000' -DAPPEND_CPPFLAGS='-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG'"
1212
export CI_OS_NAME="macos"
1313
export NO_DEPENDS=1
1414
export OSX_SDK=""

0 commit comments

Comments
 (0)