diff options
Diffstat (limited to 'games/pcsx-rearmed/README')
-rw-r--r-- | games/pcsx-rearmed/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pcsx-rearmed/README b/games/pcsx-rearmed/README index 9edefd1b3d33..52fcf7e0d945 100644 --- a/games/pcsx-rearmed/README +++ b/games/pcsx-rearmed/README @@ -20,3 +20,6 @@ In case it can find no BIOS files named like this inside the 'System Directory', it will default to a High-Level Emulation BIOS. This decreases the level of compatibility of the emulator, so it is recommended that you always supply valid BIOS images inside the system directory. + +To build the debugging symbols use: + DEBUG=1 ./pcsx-rearmed.SlackBuild |