Lines Matching refs:threaded
57 # Note: by default, the static library is built single-threaded and dynamic library is built
58 # multi-threaded. It is possible to force multi or single threaded builds by appending
59 # -mt or -nomt to the build target (like lib-mt for multi-threaded, lib-nomt for single-threaded).
62 CPPFLAGS_DYNLIB += -DZSTD_MULTITHREAD # dynamic library build defaults to multi-threaded
64 CPPFLAGS_STATICLIB += # static library build defaults to single-threaded
126 @echo compiling multi-threaded static library $(LIBVER),\
127 @echo compiling single-threaded static library $(LIBVER))
167 @echo compiling multi-threaded dynamic library $(LIBVER),\
168 @echo compiling single-threaded dynamic library $(LIBVER))
196 @echo multi-threaded build completed
203 @echo single-threaded build completed
246 # but they will correctly behave single-threaded.
327 # For static single-threaded library declare -pthread in Libs.private
328 # For static multi-threaded library declare -pthread in Libs and Cflags