mirror of https://github.com/rspamd/rspamd.git
Browse Source
This commit resolves an ODR violations when compiling with -flto and -Werror=odr [1]. The main project used a newer C++20 standard, while the backward-cpp and simdutf libraries used an older C++11 standard. This difference caused the linker to fail. Setting C++20 standard in both libraries resolves the ODR issue. Link: https://bugs.gentoo.org/962041 [1]pull/5592/head
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue