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