mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-25 04:41:00 +01:00
BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY
FreeBSD can handle cpuset matters just fine, we can hence enable it by default as linux2628 TARGET.
This commit is contained in:
parent
6d5c841d24
commit
903ddfd9c8
1
Makefile
1
Makefile
@ -324,6 +324,7 @@ ifeq ($(TARGET),freebsd)
|
|||||||
USE_TPROXY = implicit
|
USE_TPROXY = implicit
|
||||||
USE_LIBCRYPT = implicit
|
USE_LIBCRYPT = implicit
|
||||||
USE_THREAD = implicit
|
USE_THREAD = implicit
|
||||||
|
USE_CPU_AFFINITY= implicit
|
||||||
else
|
else
|
||||||
ifeq ($(TARGET),osx)
|
ifeq ($(TARGET),osx)
|
||||||
# This is for Mac OS/X
|
# This is for Mac OS/X
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user