From: Willy Tarreau Date: Thu, 4 May 2023 06:13:44 +0000 (+0200) Subject: DEV: haring: update readme to suggest using the same build options for haring X-Git-Tag: v2.8-dev10~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b83bf68ec0ebd282db52d73accc38587f9adbd98;p=thirdparty%2Fhaproxy.git DEV: haring: update readme to suggest using the same build options for haring It's not necessarily obvious so better suggest it there to use the same build options, and indicate the tradeoffs (e.g. depend on more libs). --- diff --git a/dev/haring/README b/dev/haring/README index 69d08a86c9..5205cf271e 100644 --- a/dev/haring/README +++ b/dev/haring/README @@ -2,3 +2,8 @@ This needs to be built from the top makefile, for example : make dev/haring/haring +If HAProxy is built with special options such -DDEBUG_THREAD or with +multi-threading support enabled (which changes the ring's header size), +it can be worth reusing the same build options for haring, usually they +will remain compatible, and will simplify the handling of different file +layouts, at the expense of dragging more dependencies into the executable.