|
|
|
|
|
by 1718627440
213 days ago
|
|
From https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html > -mabi=name Generate code for the specified calling convention. [...] The default is to use the Microsoft ABI when targeting Microsoft Windows and the SysV ABI on all other systems. > -mms-bitfields Enable/disable bit-field layout compatible with the native Microsoft Windows compiler. [...] This option is enabled by default for Microsoft Windows targets. Doesn't this work in practice, due to bugs? |
|