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
Question regarding what compiler options we are going to want. I know we'll need OpenMP so the question is more what else and what we can have on at the same time, whether we need to allow for build with custom options from a config file of some sort etc.
The text was updated successfully, but these errors were encountered:
Currently the only ones used are the optimisation/debug flags which come as part of the CMAKE_BUILD_TYPE options. We can modify these and will probably want to depending on what optimisation levels we want for different builds.
Question regarding what compiler options we are going to want. I know we'll need OpenMP so the question is more what else and what we can have on at the same time, whether we need to allow for build with custom options from a config file of some sort etc.
The text was updated successfully, but these errors were encountered: