osre icon indicating copy to clipboard operation
osre copied to clipboard

Leak detection does not work on Linux

Open kimkulling opened this issue 2 years ago • 1 comments

Describe the bug The allocation counter and the leak counter does not work on Linux

To Reproduce Steps to reproduce the behavior:

  1. Build HelloWorld on Linux
  2. Run and Quit the application
  3. Check the allocation counter: you will see 0/0 instead of a count.

Expected behavior The number of allocations shall be counted.

Screenshots N/A

Desktop (please complete the following information):

  • OS: Ubuntu 22.04 LTS

kimkulling avatar Sep 20 '23 09:09 kimkulling

The preprocessor definition _debug does not exist in the default build.

kimkulling avatar Dec 15 '23 20:12 kimkulling