Closed fujii closed 1 year ago
Windows WebKit was crashing due to sqlite3 multi-threading issue. https://github.com/WebKit/WebKit/pull/14904#issuecomment-1588722390 SQLITE_THREADSAFE should be enabled. ENABLE_THREADSAFE is the CMake switch to enable it.
Windows WebKit was crashing due to sqlite3 multi-threading issue. https://github.com/WebKit/WebKit/pull/14904#issuecomment-1588722390 SQLITE_THREADSAFE should be enabled. ENABLE_THREADSAFE is the CMake switch to enable it.