commit | 5e4c8e2a67b8db5fe293c871b00bbb33ec72fc67 | [log] [tgz] |
---|---|---|
author | David Carlier <devnexen@gmail.com> | Fri Sep 13 05:12:58 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 17 07:20:58 2019 +0200 |
tree | 5bf7455119e3518b912f1164917d867ede657528 | |
parent | 7fa6fdf86a4d5ee609ff0f94b784a7cb6ac9b46f [diff] [blame] |
BUILD/MEDIUM: threads: enable cpu_affinity on osx Enable it but on a per thread basis only using Darwin native API.
diff --git a/Makefile b/Makefile index 9cacb93..fd8edc5 100644 --- a/Makefile +++ b/Makefile
@@ -356,7 +356,7 @@ # Mac OS/X ifeq ($(TARGET),osx) set_target_defaults = $(call default_opts, \ - USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE) + USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_CPU_AFFINITY USE_KQUEUE) EXPORT_SYMBOL = -export_dynamic endif