mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 13:37:07 +00:00
[8200] Use FASTBUILD precompiled mode for debug case also.
So in fact remove this define and use related includes unconditionally. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
8a279eda4b
commit
8ebcabdc23
5 changed files with 7 additions and 11 deletions
|
|
@ -9,8 +9,4 @@
|
|||
#include "Database/SQLStorage.h"
|
||||
#include "Opcodes.h"
|
||||
#include "SharedDefines.h"
|
||||
|
||||
#ifdef FASTBUILD
|
||||
//add additional headers here to speed up compilation in release builds even more
|
||||
#include "ObjectMgr.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue