diff options
Diffstat (limited to 'games/RetroArch/README')
-rw-r--r-- | games/RetroArch/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/RetroArch/README b/games/RetroArch/README index 4b1e501993c7e..aa1a63027d5f8 100644 --- a/games/RetroArch/README +++ b/games/RetroArch/README @@ -26,6 +26,9 @@ libretro slackbuilds. The buildbot can be used with: To build debugging symbols for RetroArch use: DEBUG=1 ./RetroArch.SlackBuild +If building debugging symbols asan can also be built: + DEBUG=1 ASAN=1 ./RetroArch.SlackBuild + To use RetroArch's udev input driver your user will need to be part of the 'input' group. This can be done with the following command: |