Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects
From:
Nathan Bossart <nathandbossart(at)gmail(dot)com>
To:
John Naylor <johncnaylorls(at)gmail(dot)com>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Zhang Mingli <zmlpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject:
Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects
On Wed, Apr 29, 2026 at 12:04:48PM +0700, John Naylor wrote: > -#endif /* USE_NEON */ > +#else > ... > +#endif > > Is the removal of the comment intentional?