Page MenuHomePhabricator

Investigate use of precompiled headers
Closed, WontfixPublic

Description

Could also have effect on compile time.

Possible tool:

Similar Tasks:

Event Timeline

On Ubuntu I need to add -fPIC to the CXX compiler flags in cmake to have a successful cotire based build. Otherwise I had the following error message

cc1plus: error: /MITK-build/Modules/QtWidgets/test/cotire/MitkQtWidgetsTestDriver_CXX_prefix.hxx.gch: created and used with different settings of -fpic [-Werror]

I did not manage to get a running windows build with cotire.

Deleted branch T23756-cotire.