Created
December 22, 2017 01:02
-
-
Save Naios/b1a44d9448fee3fb6031f21a7df94829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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