]> git.siccegge.de Git - frida/doc.git/commitdiff
Build release profile, it's way faster!
authorChristoph Egger <christoph@christoph-egger.org>
Mon, 25 May 2015 05:46:11 +0000 (07:46 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Mon, 25 May 2015 05:46:11 +0000 (07:46 +0200)
source/installing.rst

index 59e31ea3086e6f27927e57b7fa22afb622e737fe..a90e5f93b8d8c624fb8cc0a0b312fe9817770774 100644 (file)
@@ -39,7 +39,7 @@ I would recommend an out-of tree build which works as follows
 
    mkdir build
    cd build
 
    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
    make -j
 
 Which should generate you a frida binary. If you don't want to install