Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually enable PCH.
  • Loading branch information
comex committed Oct 20, 2013
1 parent 4b774ef commit bfdc913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit bfdc913

Please sign in to comment.