[ https://issues.apache.org/jira/browse/GEODE-4906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408862#comment-16408862 ]
ASF subversion and git services commented on GEODE-4906: -------------------------------------------------------- Commit 0e535f2c7b784c75ac43da39799e58942f02e647 in geode-native's branch refs/heads/develop from Jacob Barrett [ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=0e535f2 ] GEODE-4906: Adds option USE_PCH to build configuration. (#244) * GEODE-4906: Adds option USE_PCH to build configuration. - Splits shared and static library projects. - Adds pre compiled header support to build on MacOS/Clang. - Adds pre compiled header support to build on Windows. - Cleanup of CMake files and intertarget dependencies. * GEODE-4906: Fixes language feature detection in root CMakeLists.txt * GEODE-4906: Fixes depenency include path. > Improve compile times using PCH > ------------------------------- > > Key: GEODE-4906 > URL: https://issues.apache.org/jira/browse/GEODE-4906 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Jacob S. Barrett > Assignee: Jacob S. Barrett > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Reduce compile times by using precompiled headers (PCH). > -- This message was sent by Atlassian JIRA (v7.6.3#76005)