Default-deactivate gcc precompiled headers in CMakeLists

heavy-resources
Julius Michaelis 2014-04-02 20:52:31 +02:00
parent 1c6f62466b
commit 66d11b459c
1 changed files with 1 additions and 1 deletions

View File

@ -1438,7 +1438,7 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX)
include(GccPchSupport)
option(USE_GCC_PCH "Use GCC precompiled headers" ON)
option(USE_GCC_PCH "Use GCC precompiled headers" OFF)
endif()
if(USE_GCC_PCH)
add_precompiled_header(libmisc src/C4Include.h)