Centos – Using the boost::asio::co_spawn function across multiple modules can trigger linker errors
When I use co_spawn across multiple modules and enable optimization levels O2 or O3, I encounter a linker error during the linking phase. It appears that the compiler discards some symbols it deems unused during the linking stage. Minimal reproduce…