Sudoku: Enable stacktraces in Debug build mode.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7240 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart
2020-01-05 11:47:26 +00:00
parent 0a0f021c2f
commit 2053c7c87e

View File

@ -33,6 +33,9 @@
<UseHeaptrc Value="True"/> <UseHeaptrc Value="True"/>
</Debugging> </Debugging>
</Linking> </Linking>
<Other>
<CustomOptions Value="-FaLazLogger,LCLExceptionStacktrace"/>
</Other>
</CompilerOptions> </CompilerOptions>
</Item2> </Item2>
</BuildModes> </BuildModes>