On Friday, 30 May 2014 at 13:35:59 UTC, Thomas wrote:
gdc ./source/perf/testperf.d -frelease -o testperf

This effectively compiles the program without optimizations. Try -O3 or -Ofast.

David

Reply via email to