|
|
|
|
|
by senkora
733 days ago
|
|
It seems like this depends on whether you specify -ffast-math when linking or only when compiling: https://stackoverflow.com/a/68938551 My understanding is that if you don't specify -ffast-math when linking then you shouldn't get crtfastmath.o linked in. |
|