From 5ac1e908b1509cae583b9ec74a292e785aec4273 Mon Sep 17 00:00:00 2001 From: NeoBrainX Date: Mon, 24 Dec 2012 22:12:33 +0100 Subject: [PATCH] Truly unstable. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0358a82511..c29740b3bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if (APPLE) endif() project(dolphin-emu) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeTests) -set(DOLPHIN_IS_STABLE FAST) +set(DOLPHIN_IS_STABLE FALSE) # Set up paths if((${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))