Merge pull request #3566 from martin-frbg/configtls
Report USE_TLS in get_config output if set
This commit is contained in:
commit
9dcd8aeb7a
|
@ -60,6 +60,9 @@ static char* openblas_config_str=""
|
||||||
#ifdef USE_OPENMP
|
#ifdef USE_OPENMP
|
||||||
"USE_OPENMP "
|
"USE_OPENMP "
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef USE_TLS
|
||||||
|
"USE_TLS "
|
||||||
|
#endif
|
||||||
#ifndef DYNAMIC_ARCH
|
#ifndef DYNAMIC_ARCH
|
||||||
CHAR_CORENAME
|
CHAR_CORENAME
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue