[DiscordArchive] Is that Step 1?
[DiscordArchive] Is that Step 1?
Archived author: Tereneckla • Posted: 2023-06-02T18:40:48.062000+00:00
Original source
Is that Step 1?
Archived author: Ssl • Posted: 2023-06-02T18:41:37.532000+00:00
Original source
Hello guys,
How can i enable Debug / RelWithDebInfo in my CMake command ?
Is follow command correct ? Can anyone give me a correct example?
I get random segmentation faults on my worldserver.
```
cmake ../ -DCMAKE_INSTALL_PREFIX=/azerothCore/server -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static -Debug
```