Try to speed up the build (#106)

* first attempt

* attempt 2

* windows and formatting fix
This commit is contained in:
water111
2020-10-29 21:27:52 -04:00
committed by GitHub
parent 985549f27c
commit a45d180f2c
51 changed files with 2227 additions and 2222 deletions
+3 -1
View File
@@ -7,12 +7,14 @@
#include <cassert>
#include <cstring>
#include <numeric>
#include "third-party/fmt/format.h"
#include "decompiler/IR/IR.h"
#include "third-party/fmt/core.h"
#include "LinkedObjectFile.h"
#include "decompiler/Disasm/InstructionDecode.h"
#include "decompiler/config.h"
#include "third-party/json.hpp"
#include "third-party/spdlog/include/spdlog/spdlog.h"
#include "common/goos/PrettyPrinter.h"
/*!
* Set the number of segments in this object file.