[DiscordArchive] yes for compiled, the difference release and relwihdebinfo ?
[DiscordArchive] yes for compiled, the difference release and relwihdebinfo ?
Archived author: Bux • Posted: 2020-12-20T19:56:25.561000+00:00
Original source
yes for compiled, the difference release and relwihdebinfo ?
Archived author: Kaneit • Posted: 2020-12-20T19:57:00.669000+00:00
Original source
The biggest difference is Relwithdebinfo actually helps find where the problem is
Archived author: Kaneit • Posted: 2020-12-20T19:57:09.115000+00:00
Original source
Especially when the server crashes
Archived author: Kaneit • Posted: 2020-12-20T19:57:29.776000+00:00
Original source
And maybe you should check your dberrors file and see what the issues are
Archived author: Bux • Posted: 2020-12-20T19:57:56.428000+00:00
Original source
it's need to be clear ?
Archived author: Bux • Posted: 2020-12-20T19:58:15.208000+00:00
Original source
so , Release to answer previous question
Archived author: Kaneit • Posted: 2020-12-20T19:58:30.032000+00:00
Original source
Release doesn’t tell you where the problem is
Archived author: Kaneit • Posted: 2020-12-20T19:59:54.411000+00:00
Original source
Example. If you built it using release. And you run the server and it crashes, it will create a crashes folder and the crash files. When you open the text doc. It doesn’t say which line the problem is on.
Relwithdebinfo tells you more debug infor with where the problems are
Archived author: Kaneit • Posted: 2020-12-20T20:00:19.449000+00:00
Original source
It does say on the trinity guide to set build configuration to Relwithdebinfo
Archived author: Bux • Posted: 2020-12-20T20:00:19.930000+00:00
Original source
ok