diff options
Diffstat (limited to 'dev/haring/README')
-rw-r--r-- | dev/haring/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/haring/README b/dev/haring/README new file mode 100644 index 0000000..5205cf2 --- /dev/null +++ b/dev/haring/README @@ -0,0 +1,9 @@ +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. |