Thu Nov 11 10:28:32 2021 by Mizuki |
may I ask what is the importance of that flag? it seems to bloat the executable by a lot and with not much of a difference to execution time |
Thu Nov 11 11:39:19 2021 by Torben |
I tells the compiler to include the math library. Some compilers do that by default, but gcc and clang on Linux do not. |