Merge pull request #3566 from martin-frbg/configtls

Report USE_TLS in get_config output if set
This commit is contained in:
Martin Kroeker 2022-03-11 14:27:27 +01:00 committed by GitHub
commit 9dcd8aeb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ static char* openblas_config_str=""
#ifdef USE_OPENMP
"USE_OPENMP "
#endif
#ifdef USE_TLS
"USE_TLS "
#endif
#ifndef DYNAMIC_ARCH
CHAR_CORENAME
#endif