From f1cf61549b2053fd104fb79b34c1fceaa38d1cdf Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 25 May 2015 07:46:11 +0200 Subject: [PATCH 1/1] Build release profile, it's way faster! --- source/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installing.rst b/source/installing.rst index 59e31ea..a90e5f9 100644 --- a/source/installing.rst +++ b/source/installing.rst @@ -39,7 +39,7 @@ I would recommend an out-of tree build which works as follows mkdir build cd build - cmake .. + cmake -DCMAKE_BUILD_TYPE=Release .. make -j Which should generate you a frida binary. If you don't want to install -- 2.39.2