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. --- serialize/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'serialize') diff --git a/serialize/CMakeLists.txt b/serialize/CMakeLists.txt index cee8ac42..f1db2bbf 100644 --- a/serialize/CMakeLists.txt +++ b/serialize/CMakeLists.txt @@ -25,9 +25,3 @@ endif() if(WIN32) target_link_libraries(${self} PUBLIC ntdll) endif() - -if(NOT MSVC) - target_precompile_headers(${self} REUSE_FROM floormat) -else() - target_precompile_headers(${self} PRIVATE ../src/precomp.hpp) -endif() -- cgit v1.2.3