what compiler and language version is used for C++ code? #184
-
E.g. can c++23 features be used? |
Beta Was this translation helpful? Give feedback.
Answered by
yousfiSaad
Feb 26, 2024
Replies: 2 comments 2 replies
-
Apparently GCC 12.2.0 #35 |
Beta Was this translation helpful? Give feedback.
0 replies
-
What about the optimization flags, do you use -O3 flag ? Edit: |
Beta Was this translation helpful? Give feedback.
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