Robert S - 2015-06-09

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.