You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate the use of libgccjit for compiling user supplied code
Also look at precompiling the openfoam headers so that they are packaged in one single location and speeds up compilation
Linking to headers/libs maybe able to be accomplised using cmake properties such as INTERFACE_INCLUDE_DIRECTORIES, therefore getting rid of the need for compiling paths into binaries in the includePaths.H
The text was updated successfully, but these errors were encountered:
Although cmake build is working fine for dynamicCode, there are still some other objects using the old wmake methods (grep -R setMakeOptions *), so the old methods have been left in the dynamicCode obj
The text was updated successfully, but these errors were encountered: