commit | 8fa2f49f244c37960f0ebd5fb0b9518e4dd91f0a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 22 19:44:35 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 23 16:53:35 2022 +0100 |
tree | 61624954633b24f6b3641e45d357cabaa76887e7 | |
parent | b14e89e32288768b2cb601304c22e0652f93663e [diff] |
BUILD: makefile: add a function to collect all options' CFLAGS/LDFLAGS The new function collect_opts_flags now scans all USE_* options defined in use_opts and appends the corresponding *_CFLAGS and *_LDFLAGS to OPTIONS_{C,LD}FLAGS respectively. This will be useful to get rid of all the individual concatenations to these variables.