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
I wonder if CFLAGS are saving us here anyway? Of course we should still set this, but we might not be as bad as it seems in general :) I do hope it picks up -march flags in general as well, otherwise it would still be bad.
We do normally just go with -O2 with easybuild though, but i suspect differences are minimal.
for e.g. CMake we add
-DCMAKE_BUILD_TYPE=Release
by default.We don't currently do anything like that for meson: https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/mesonninja.py#L95
this means we actually default to
debug
without optimisations (ref):these options correspond to (ref):
The text was updated successfully, but these errors were encountered: