mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-17 08:01:20 -05:00
Debug builds preserve assertions in libomp, which are implemented using code form libstdc++. However, the build rules for libomp explicitly prevent the library from being linked with libstdc++ by default, resulting in a linker error for debug builds. This patch sets the option `LIBOMP_USE_STDCPPLIB` for libomp to `ON` for debug builds in order to force linking with libstdc++.