carb::extras::fLibFlagNow

Defined in carb/extras/Library.h

constexpr LibraryFlags carb::extras::fLibFlagNow = 0x00000002

Flag to indicate that the library should be fully loaded and linked immediately.

This flag has no effect on Windows since it doesn’t have the equivalent of Linux’s lazy linker. This is equivalent to passing the RTLD_NOW flag to dlopen and will override any default lazy linking behavior.