Glimesh / janus-ftl-orchestrator

A service used to manage multiple instances of janus-ftl-plugin for use at scale.
GNU Affero General Public License v3.0
15 stars 3 forks source link

⚒ Build improvements #29

Closed haydenmc closed 3 years ago

haydenmc commented 3 years ago

Carries over some optimizations made in https://github.com/Glimesh/janus-ftl-plugin/pull/88

Spdlog is now built and linked statically. We provide our own copy of fmt (which we can leverage in the future instead of stringstream for easy string formatting).

Fmt, Spdlog, and Catch2 are all included in precompiled headers to improve build times.