jmeubank / tdm-gcc

TDM-GCC is a cleverly disguised GCC compiler for Windows!
https://jmeubank.github.io/tdm-gcc/
584 stars 49 forks source link

Profling fails #49

Open mrx23dot opened 2 years ago

mrx23dot commented 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