We were linking with -nostdlib and manually linked against libgcc. This does not link with crtbegin and crtend which provides __dso_handle preventing use of some global C++ constructors inside libc. Now we just don't link against libc fixing this issue |
||
|---|---|---|
| .. | ||
| aoc2023 | ||
| aoc2024 | ||
| aoc2025 | ||
| libraries | ||
| programs | ||
| tests | ||
| CMakeLists.txt | ||