Compiler optimisations

Issue #48 wontfix
Jack Hale created an issue

At the moment we are using very minimal compiler optimisations, and no machine specific optimisations. Obviously we don't want to build binaries that won't run on older machines, but conversely, maybe some slightly more aggressive optimisations might be good. -mtune=intel perhaps?

https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gcc/x86-Options.html#x86-Options

Comments (2)

  1. Prof Garth Wells

    I think users wanting this level of optimisation should be building the necessary libraries themselves inside containers.

  2. Log in to comment