Re: Difficulties configuring LTO on macOS with clang

2019-07-10 Thread Scott Colby
, Scott On Tue, Jul 9, 2019, at 15:39, Barry Scott wrote: > > > > On 9 Jul 2019, at 19:28, Scott Colby wrote: > > > > Hello all, > > > > I am having difficulty building Python with `--with-lto` on macOS 10.14.5. > > With a clean checkout of the CPython s

Difficulties configuring LTO on macOS with clang

2019-07-09 Thread Scott Colby
ith clang but could not be found. If I change the command to `... CC=cc` configuration appears to happen normally. On my version of macOS, cc is a symlink to clang. Why is this happening? What should I be doing differently to explicitly specify clang as my compiler? Thank you, S