cpp_box icon indicating copy to clipboard operation
cpp_box copied to clipboard

Speed up compilation of main.cpp

Open lefticus opened this issue 6 years ago • 0 comments

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.

lefticus avatar Oct 04 '18 15:10 lefticus