Build: use piecemeal boost headers.

Reduces compile time on a 4-core ARM Rpi5 from 1m12s wallclock
(i.e: "real") time to 0m55s; and from 4m+ "user" time to 3m8s.
This commit is contained in:
2025-10-16 01:00:48 -04:00
parent 95d5c46e43
commit 5017bf5f92
6 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define ASYNCHRONOUS_BRIDGE_H
#include <atomic>
#include <boost/asio.hpp>
#include <boost/asio/io_service.hpp>
namespace smo {