diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:34:28 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:34:28 +0100 |
| commit | a3d359e1cc4f40328f898653a5cc3b9711a522e6 (patch) | |
| tree | 48d879cbdbf5e78a72ca686912ca4ac361c929c7 /docs/CMake-options.md | |
| parent | b781501462339649eac45d9d54f8dbbfb11a32db (diff) | |
| download | wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.gz wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.bz2 wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.zip | |
Import all wiki page from old wiki (links to fix)
Diffstat (limited to 'docs/CMake-options.md')
| -rw-r--r-- | docs/CMake-options.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/CMake-options.md b/docs/CMake-options.md new file mode 100644 index 0000000..ec0536c --- /dev/null +++ b/docs/CMake-options.md @@ -0,0 +1,9 @@ +If you want to disable performance improvement, add this flag `-DENABLE_EXTRAS=0` + +If you want to enable extra logs, add this flag: `-DENABLE_EXTRAS=1 -DENABLE_EXTRA_LOGS=1` + + +Other options are available here: + +* https://github.com/azerothcore/azerothcore-wotlk/blob/master/conf/config.cmake.dist +* https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/cmake/showoptions.cmake
\ No newline at end of file |
