DatUser / chess

0 stars 0 forks source link

[BUILD] Cmake Optimization #11

Closed DatUser closed 4 years ago

DatUser commented 4 years ago

Not sure, of what optimization we should add. According to this website(https://www.rapidtables.com/code/linux/gcc/gcc-o.html), optimization do not seem really interesting since they only make faster the compilation. However, for our project we should focus on the speed during execution and the memory usage.

DatUser commented 4 years ago

We are using -Ofast optimization since it is has the lowest execution time according to the website above.