13 Jan
2025
13 Jan
'25
11:09 a.m.
If `<arch>_CFLAGS`/`<arch>_LDFLAGS` are passed to configure they are ignored and replaced with the default flags. This prefers the user-provided flags if any, and falls back to `CROSSCFLAGS` / `CROSSLDLAGS` then to the default flags. -- v2: configure: Use per-architecture cross flags if they are provided. https://gitlab.winehq.org/wine/wine/-/merge_requests/7139