Open mrx23dot opened 2 years ago
main.c
int main() { return 0; }
gcc -pg main.c a.exe never returns
gcc --version gcc (tdm64-1) 10.3.0 on win10 x64
same issue on both 32bit and 64bit
main.c
gcc -pg main.c a.exe never returns
gcc --version gcc (tdm64-1) 10.3.0 on win10 x64
same issue on both 32bit and 64bit