what compiler and language version is used for C++ code? #184
Replies: 2 comments 2 replies
|
What about the optimization flags, do you use -O3 flag ? Edit: |
2 replies
Answer selected by
sehe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about the optimization flags, do you use -O3 flag ?
Edit:
Yes the flag -O3 is used, for more informations see https://github.com/geeksblabla/blarun/blob/5d81dacacd26056523c5a69b757d9059f85223d0/src/main.rs#L265