Files
Sam James a6349a873f dev-cpp/mvfst: filter LTO
At least with -fno-semantic-interposition and LTO:
```
mvfst-2025.04.14.00/quic/api/QuicBatchWriter.h:54:7: error: virtual table of type ‘struct IOBufBatchWriter’ violates one definition rule [-Werror=odr]
   54 | class IOBufBatchWriter : public BatchWriter {
      |       ^
mvfst-2025.04.14.00/quic/api/QuicBatchWriter.h:54:7: note: the conflicting type defined in another translation unit has virtual table with more entries
   54 | class IOBufBatchWriter : public BatchWriter {
      |       ^
```

Given our bugs don't tend to go far upstream, just filter.

Signed-off-by: Sam James <sam@gentoo.org>
2026-06-10 21:14:26 +01:00
..