From 405c0c4214c48908d8203a8f4d911289211eb909 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 Aug 2023 15:44:39 +0200 Subject: cmake: kill precompiled headers They only help by 5% at best. Not worth the side effects. --- main/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 419043aa..fe32d1d5 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -10,9 +10,3 @@ target_link_libraries(${self} PUBLIC fmt::fmt tsl::robin_map ) - -if(NOT MSVC) - target_precompile_headers(${self} REUSE_FROM floormat) -else() - target_precompile_headers(${self} PRIVATE ../src/precomp.hpp) -endif() -- cgit v1.2.3