From: Christoph Egger Date: Mon, 25 May 2015 05:46:11 +0000 (+0200) Subject: Build release profile, it's way faster! X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=commitdiff_plain;h=f1cf61549b2053fd104fb79b34c1fceaa38d1cdf;hp=69a7d96f6da07d7293cd879ded27bbb4162a8b28 Build release profile, it's way faster! --- 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