mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Build: Stop using precompiled headers (PCH)
This had very bad interactions with ccache, often leading to rebuilds with 100% cache misses, etc. Ali says it wasn't that big of a speedup in the end anyway, so let's not bother with it. We can always bring it back in the future if it seems like a good idea.
This commit is contained in:
parent
a5603c35df
commit
a15c7b7944
6 changed files with 0 additions and 46 deletions
|
@ -93,6 +93,3 @@ set(SOURCES
|
|||
|
||||
serenity_lib(LibJS js)
|
||||
target_link_libraries(LibJS LibM LibCore LibCrypto LibRegex LibSyntax)
|
||||
|
||||
serenity_add_precompiled_header_to_target(LibJS ${CMAKE_CURRENT_SOURCE_DIR}/Heap/Heap.h)
|
||||
serenity_add_precompiled_header_to_target(LibJS ${CMAKE_CURRENT_SOURCE_DIR}/Runtime/GlobalObject.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue