From 3cae6c39831fe6b1e9661fb2af7034105a5f289a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 21 Oct 2017 18:53:15 +0300 Subject: Remove ui flickering when adding new timeline events --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit 1.4.1