Skip to content

Instantly share code, notes, and snippets.

@Naios
Created December 22, 2017 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Naios/b1a44d9448fee3fb6031f21a7df94829 to your computer and use it in GitHub Desktop.
Save Naios/b1a44d9448fee3fb6031f21a7df94829 to your computer and use it in GitHub Desktop.
diff --git a/cmake/macros/FindPCHSupport.cmake b/cmake/macros/FindPCHSupport.cmake
index abe7f40d17..bb6affbc36 100644
--- a/cmake/macros/FindPCHSupport.cmake
+++ b/cmake/macros/FindPCHSupport.cmake
@@ -1,3 +1,4 @@
+set(COTIRE_PCH_MEMORY_SCALING_FACTOR 500)
include(cotire)
function(ADD_CXX_PCH TARGET_NAME_LIST PCH_HEADER)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment