-
-
Notifications
You must be signed in to change notification settings - Fork 243
Feature request: precompiled headers? #64
Copy link
Copy link
Closed
Labels
Description
Hi, Doug!
Wouldn't be great to compile code at runtime using precompiled headers?
Due to nature of openFrameworks (which pulls lots and lots of headers from variety of libraries) right now my ofAppLive project takes about 5 seconds to recompile a source file at runtime with RCC++, and it's the same time needed for standard recompiling. But if I use Cotire CMake module that precompiles headers automatically for me, the compile time is reduced to less than a second!
What do you think, will it be possible to use this technique with RCC++?
Thanks!
Reactions are currently unavailable