I NEED to compile my sources files with the options
clang++ ... -flto -fno-fat-lto-objects foo.cpp
this generates following output
warning: optimization flag '-fno-fat-lto-objects' is not supported
Does somebody know an additional flag or something like that, which can be passed to the compiler and which suppress this warning?
Thanks!