Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Compilation speedup #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 30, 2022
Prev Previous commit
Next Next commit
Updated CMakeLists.txt
  • Loading branch information
coder137 committed Apr 30, 2022
commit 4295a86d287a47b3fd45cb37112ac2f99f13a272
2 changes: 0 additions & 2 deletions buildcc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if(${BUILDCC_BUILD_AS_SINGLE_LIB})
target_link_options(buildcc PRIVATE ${BUILD_LINK_FLAGS})
if(${BUILDCC_PRECOMPILE_HEADERS})
target_precompile_headers(buildcc INTERFACE buildcc.h)
target_precompile_headers(buildcc INTERFACE ${FBS_DIR}/pch/pch.h)
endif()
endif()

Expand Down Expand Up @@ -65,7 +64,6 @@ if (${BUILDCC_BUILD_AS_INTERFACE})
)
if(${BUILDCC_PRECOMPILE_HEADERS})
target_precompile_headers(buildcc_i INTERFACE buildcc.h)
target_precompile_headers(buildcc_i INTERFACE ${FBS_DIR}/pch/pch.h)
endif()
endif()

Expand Down