mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
USE_ASAN conflicts with MALLOC_PERTURB_ [ci skip]
This commit is contained in:
parent
583ddb0035
commit
bc68522c25
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@
|
|||
export HYDRA_DEBUG=0
|
||||
# find memory leaks using this glibc feature that
|
||||
# initialized memory blocks to non-zero values
|
||||
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
|
||||
if [[ -z "${USE_ASAN}" ]]; then
|
||||
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
|
||||
fi
|
||||
|
||||
if [[ -z "${NWCHEM_TARGET}" ]]; then
|
||||
UNAME_S=$(uname -s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue