Building OCCT is super slow! #539
-
For C++ use only without any vizualization, do I need build all the occt or the smaller portion of it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hello, you have flexibility to turn on/turn off modules. Also, improving performance: (-D BUILD_OPT_PROFILE=Production) There are 5 modules. -D BUILD_MODULE_ApplicationFramework = OFF |
Beta Was this translation helpful? Give feedback.
Hello, you have flexibility to turn on/turn off modules.
Also, 7.9.0+ provide precompiled headers (use -D BUILD_USE_PCH=ON) (Up to 5x times faster build using CLang)
Also, improving performance: (-D BUILD_OPT_PROFILE=Production)
There are 5 modules.
-D BUILD_MODULE_ApplicationFramework = OFF
-D BUILD_MODULE_DataExchange = OFF
-D BUILD_MODULE_Draw = OFF
-D BUILD_MODULE_FoundationClasses =OFF
-D BUILD_MODULE_ModelingAlgorithms = OFF
-D BUILD_MODULE_ModelingData = OFF
-D BUILD_MODULE_Visualization= ON