summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-21 18:53:15 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-21 18:53:15 +0300
commit3cae6c39831fe6b1e9661fb2af7034105a5f289a (patch)
tree49ceb3e81b808d60ae0ef7b831043c0c7ffbba85 /Makefile
parentClean unread count when the user logs out (diff)
downloadnheko-3cae6c39831fe6b1e9661fb2af7034105a5f289a.tar.xz
Remove ui flickering when adding new timeline events
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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: