We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-DCMAKE_BUILD_TYPE=Release
1 parent 193af3d commit 382e2deCopy full SHA for 382e2de
README.md
@@ -16,7 +16,7 @@ Move and clean split views.
16
- clang++ or g++ with c++14 support
17
18
```
19
-sudo apt cmake cmake-extras kdevplatform-dev kdelibs5-dev
+sudo apt cmake cmake-extras kdelibs5-dev
20
21
22
## Install
@@ -26,7 +26,7 @@ sudo apt cmake cmake-extras kdevplatform-dev kdelibs5-dev
26
27
mkdir build
28
cd build
29
-cmake -DPLUGIN_INSTALL_DIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/ ..
+cmake -DPLUGIN_INSTALL_DIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/ -DCMAKE_BUILD_TYPE=Release ..
30
make
31
sudo make install
32
0 commit comments