From 1a2599bed13ae9a670c640ab233d39ac762f88cb Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sat, 27 Jan 2024 14:03:45 +0100 Subject: [PATCH] README: Add -DCMAKE_BUILD_TYPE=Release to build instructions See #193 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d23de..744c799 100644 --- a/README.md +++ b/README.md @@ -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