From bf4642eb7e428da5b9e8bb5fa0f1e8b8d92a3fd1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 10 Mar 2022 16:19:29 +0100 Subject: [PATCH] Report USE_TLS if set --- driver/others/openblas_get_config.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver/others/openblas_get_config.c b/driver/others/openblas_get_config.c index 7fefee33d..7a5cbeb62 100644 --- a/driver/others/openblas_get_config.c +++ b/driver/others/openblas_get_config.c @@ -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