mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2025-04-18 17:44:18 +03:00
mingw-w64-crt implements a number of functions that the compiler considers built-in. Currently, we must be cautious about compiler optimizations, as they may not align with our intentions. In theory, the compiler could optimize an implementation of such a function back into a call to itself. Rather than second-guessing the optimizer and reimplementing problematic functions in assembly, disable built-in functions globally for mingw-w64-crt. Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Description
No description provided
Languages
C
62.8%
C++
20.7%
Makefile
15.2%
Shell
1%
Yacc
0.1%
Other
0.1%