rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.73k stars 1.15k forks source link

cutter build fails with `-Werror=odr` #3316

Closed ajakk closed 6 months ago

ajakk commented 6 months ago

Environment information

To Reproduce

Steps to reproduce the behavior:

  1. mkdir build && cd build && CXXFLAGS="-flto -Werror=odr" cmake .. -DCUTTER_USE_BUNDLED_RIZIN=ON && make -j

Expected behavior

Build success

Screenshots

Additional context