Skip to content

Commit

Permalink
Merge pull request #875 from UltraStar-Deluxe/document-enable-debug
Browse files Browse the repository at this point in the history
document the --enable-debug flag for configure
  • Loading branch information
barbeque-squared authored Aug 3, 2024
2 parents 72e8473 + ceb596c commit 65f908f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Optional libraries:
- `./game/ultrastardx[.exe]` (on MacOS: `open UltraStarDeluxe.app`)

#### configure flags
* `--enable-debug`: Outputs warnings and errors from Error.log also to the console, and prints stacktraces when an EAccessViolation occurs.
* `--with-portaudio`: This is the default.
* `--without-portaudio`: Use SDL audio input instead.
This should support newer platforms like PulseAudio and PipeWire.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The [wiki](https://github.com/UltraStar-Deluxe/USDX/wiki) contains more informat
There are two main ways to compile the game:

1. Lazarus IDE
2. `./autogen.sh && ./configure && make`
2. `./autogen.sh && ./configure [--enable-debug] && make`

The executable will be `game/ultrastardx[.exe]`.

Expand Down

0 comments on commit 65f908f

Please sign in to comment.