diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-21 18:53:15 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-21 18:53:15 +0300 |
commit | 3cae6c39831fe6b1e9661fb2af7034105a5f289a (patch) | |
tree | 49ceb3e81b808d60ae0ef7b831043c0c7ffbba85 /Makefile | |
parent | Clean unread count when the user logs out (diff) | |
download | nheko-3cae6c39831fe6b1e9661fb2af7034105a5f289a.tar.xz |
Remove ui flickering when adding new timeline events
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ba116307..b4f3f470 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ debug: @cmake --build build release-debug: - @cmake -DBUILD_TESTS=OFF -H. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo + @cmake -DBUILD_TESTS=OFF -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo @cmake --build build test: |