From bfdc913714e76b8c4a02de7536d2780ce9cdb54e Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 20 Oct 2013 16:51:25 -0400 Subject: [PATCH] Actually enable PCH. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aeb8f1fcb0..b7123f23d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ option(USE_GLES "Enables GLES2 And EGL, disables OGL" OFF) option(USE_GLES3 "Enables GLES3 and EGL" OFF) option(USE_UPNP "Enables UPnP port mapping support" ON) option(DISABLE_WX "Disable wxWidgets (use CLI interface)" OFF) -option(ENABLE_PCH "Use PCH to speed up compilation" OFF) +option(ENABLE_PCH "Use PCH to speed up compilation" ON) option(FASTLOG "Enable all logs" OFF) option(OPROFILING "Enable profiling" OFF)