cpp_box
cpp_box copied to clipboard
Speed up compilation of main.cpp
Currently main.cpp takes too long to compile.
Options include:
- breaking out arm.hpp so we don't compile the emulator each time
- breaking out
fmt::
calls, they are heavy at compile time - Upgrading {fmt}, newer versions should compile faster.