Skip to content

Commit

Permalink
README: Add -DCMAKE_BUILD_TYPE=Release to build instructions
Browse files Browse the repository at this point in the history
See #193
  • Loading branch information
nowrep committed Jan 27, 2024
1 parent f8b1ded commit 1a2599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For capturing games outside Flatpak runtime, you need native build regardless of
## Building

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make && make install

## Usage
Expand Down

0 comments on commit 1a2599b

Please sign in to comment.