diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-27 15:44:39 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-27 17:57:30 +0200 |
| commit | 405c0c4214c48908d8203a8f4d911289211eb909 (patch) | |
| tree | ac77153e2c07be81a89d708083743ae8f6932e83 /editor | |
| parent | 364155032c228342e853c8f1661fea0c57f11c15 (diff) | |
cmake: kill precompiled headers
They only help by 5% at best. Not worth the side effects.
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 97abd54d..e53e36d8 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -32,9 +32,3 @@ endif() target_link_libraries(${self} PRIVATE ${self}_o floormat-main floormat-serialize floormat-draw floormat) install(TARGETS ${self} RUNTIME DESTINATION bin) - -if(NOT MSVC) - target_precompile_headers(${self}_o REUSE_FROM floormat) -else() - target_precompile_headers(${self}_o PRIVATE ../src/precomp.hpp) -endif() |
