Turn on Freepascal compiler optimizations #384
sharkbyte16
started this conversation in
Improvement suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Freepascal result seemed a bit low to me. Then I saw that the docker file compiles the source without optimizations turned on.
When using 'fpc -O4 prime' or even -O3 the speed can nearly be doubled (still not stellar, though ;-)
KR, Marc
Beta Was this translation helpful? Give feedback.
All reactions