is there any reason why the "release" compiler settings doesn't have any optimizations enabled by default?
Resulting code is many times slower than with -Ofast -march=native settings. At least -O2 should be enabled by default.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is there any reason why the "release" compiler settings doesn't have any optimizations enabled by default?
Resulting code is many times slower than with -Ofast -march=native settings. At least -O2 should be enabled by default.