Drop -flto from non-cross-language-lto C++ demo builds
authorMatt Corallo <git@bluematt.me>
Tue, 6 Jul 2021 22:07:42 +0000 (22:07 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 9 Jul 2021 02:24:39 +0000 (02:24 +0000)
It appears somehow the LLVM IR is slipping into the Rust library,
causing Ubunto link to fail with the following error:

/usr/bin/ld: error: LLVM gold plugin has failed to create LTO module: Invalid record
clang: error: linker command failed with exit code 1 (use -v to see invocation)


No differences found