Re: clang-8: error: unknown argument: '-flto-partition=none' when building lxml

2018-09-18 Thread Miklos Vajna
Hi, On Mon, Sep 17, 2018 at 06:17:24PM +, Luke Benes wrote: > Any other ideas on where to find this or how to override it? Did you try --disable-lxml? All you loose is some pretty error reporting for the .ui file checker. Unless you want to fix the problem yourself. (I did have this proble

Re: clang-8: error: unknown argument: '-flto-partition=none' when building lxml

2018-09-17 Thread Luke Benes
> uses $$CFLAGS (i.e., whathever the CFLAGS env var is set to in the shell run by `make`) It's not coming from shell CFLAGS. I have searched all shell and environment variables with: $( set -o posix ; set ) | less And nothing has a '-flto-partition=none' Any other ideas on where to find this

Re: clang-8: error: unknown argument: '-flto-partition=none' when building lxml

2018-08-27 Thread Stephan Bergmann
On 24/08/18 20:02, Luke Benes wrote: When I build with clang/linux I'm now seeing the following error: Building lxml version 4.1.1. Building without Cython. Using build configuration of libxslt 1.1.32 Building against libxml2/libxslt in the following directory: /usr/lib ... clang -Wno-unused-res