We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db2cefd + b5a4bd2 commit 54d80d9Copy full SHA for 54d80d9
modules/core/include/opencv2/core/utils/plugin_loader.private.hpp
@@ -80,7 +80,7 @@ LibHandle_t libraryLoad_(const FileSystemPath_t& filename)
80
return LoadLibraryW(filename.c_str());
81
#endif
82
#elif defined(__linux__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__HAIKU__) || defined(__GLIBC__)
83
- return dlopen(filename.c_str(), RTLD_LAZY);
+ return dlopen(filename.c_str(), RTLD_NOW);
84
85
}
86
0 commit comments