Re: [dev] getting rid of cmake builds
NRK writes:
> On Fri, Sep 22, 2023 at 04:07:15PM +0200, Roberto E. Vargas Caballero wrote:
> > can you explain me how you solve the problem of duplicated static
> > symbols?
>
> It's not as big of a problem you're making it out to be. Neither dwm or
> st for example has duplicated static symbols.
No duplicate static symbols, no. It's far worse than that:
st/st.c:#define IS_SET(flag) ((term.mode & (flag)) != 0)
st/x.c:#define IS_SET(flag) ((win.mode & (flag)) != 0)
Matthew
Received on Fri Sep 22 2023 - 17:14:28 CEST
This archive was generated by hypermail 2.3.0
: Fri Sep 22 2023 - 18:12:09 CEST