summaryrefslogtreecommitdiff
path: root/src/ipcman
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2015-02-08 22:04:06 -0800
committerRahul Kumar <rahku@microsoft.com>2015-02-08 22:04:06 -0800
commite092ea19d2fba739f4b1efa5ab204b6ee724c7f8 (patch)
treed7343438c0d52963df401230b3f5c7bf68ad3e08 /src/ipcman
parent4cca1a4b23d0dd7c18c30eff378cea759a8f1a9e (diff)
downloadcoreclr-e092ea19d2fba739f4b1efa5ab204b6ee724c7f8.tar.gz
coreclr-e092ea19d2fba739f4b1efa5ab204b6ee724c7f8.tar.bz2
coreclr-e092ea19d2fba739f4b1efa5ab204b6ee724c7f8.zip
precompile common headers to reduce build time for win builds. With this build time on my machine has reduced from 19mins to 10mins.
[tfs-changeset: 1412352]
Diffstat (limited to 'src/ipcman')
-rw-r--r--src/ipcman/ipcman-staticcrt/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcman/ipcman-staticcrt/CMakeLists.txt b/src/ipcman/ipcman-staticcrt/CMakeLists.txt
index 01c155c7ad..91590bb0bb 100644
--- a/src/ipcman/ipcman-staticcrt/CMakeLists.txt
+++ b/src/ipcman/ipcman-staticcrt/CMakeLists.txt
@@ -1,2 +1,3 @@
add_definitions(-D_CRTIMP=) #static link of crt
+add_precompiled_header(stdafx.h ../stdafx.cpp IPCMAN_SOURCES)
add_library(ipcmanager-staticcrt STATIC ${IPCMAN_SOURCES}) \ No newline at end of file