From 11a3590215674b9b1278629f24954ed1e5f586a3 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 25 Dec 2021 07:49:16 +0200 Subject: "Idle sleep" seems unnecessary with SDL 2.0.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f414496..134f9e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ option (ENABLE_FRIBIDI "Use the GNU FriBidi library for bidirectional t option (ENABLE_FRIBIDI_BUILD "Build the GNU FriBidi library (if OFF, try pkg-config)" OFF) option (ENABLE_HARFBUZZ "Use the HarfBuzz library to shape text" ON) option (ENABLE_HARFBUZZ_MINIMAL "Build the HarfBuzz library with minimal dependencies (if OFF, try pkg-config)" OFF) -option (ENABLE_IDLE_SLEEP "While idle, sleep in the main thread instead of waiting for events" ON) +option (ENABLE_IDLE_SLEEP "While idle, sleep in the main thread instead of waiting for events" OFF) option (ENABLE_IPC "Use IPC to communicate between running instances" ON) option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) option (ENABLE_MAC_MENUS "Use native context menus (macOS)" ON) -- cgit v1.2.3