Willy Tarreau | 75014fc | 2022-08-12 11:23:59 +0200 | [diff] [blame] | 1 | This needs to be built from the top makefile, for example : |
| 2 | |
| 3 | make dev/haring/haring |
| 4 | |
Willy Tarreau | b83bf68 | 2023-05-04 08:13:44 +0200 | [diff] [blame] | 5 | If HAProxy is built with special options such -DDEBUG_THREAD or with |
| 6 | multi-threading support enabled (which changes the ring's header size), |
| 7 | it can be worth reusing the same build options for haring, usually they |
| 8 | will remain compatible, and will simplify the handling of different file |
| 9 | layouts, at the expense of dragging more dependencies into the executable. |