0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-28 20:21:22 +00:00
Matthias Reichl 7f2318b2b1 virtual/debug: allow including valgrind in non-debug builds
valgrind can be useful to check if memory allocation is OK in release
builds and to check for issues that don't occur in debug builds.

As valgrind needs to be explicitly enabled removing the debug-only
restriction has no impact on normal builds.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-08 22:07:18 +01:00
..