Greatly increased compilation speed using precompiled header (from 4.0 development branch)

Changed SkipSizeCheck and ExtraCRC to not require enabling sfall debugging mode.
This commit is contained in:
NovaRain
2017-03-11 20:14:25 +08:00
parent 229a5516e0
commit ec0baf3065
6 changed files with 33 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma message("Compiling precompiled headers.\n")
#include <algorithm>
#include <functional>
#include <memory>
#include <vector>
#include <unordered_map>
#include <string>
#include <Windows.h>