Is there a limit in the amount of temporary generated symbols during a project build using dmd 2.063?

StackOverflow https://stackoverflow.com/questions/17964719

  •  04-06-2022
  •  | 
  •  

문제

Is there a limit in the amount of temporary generated symbols during a project build using dmd 2.063?

도움이 되었습니까?

해결책 2

The limit is in the backend: it's possible to instantiate 99999 temporaries right now.

If you need more, you can raise the 'name' declaration in symbol_generate function in symbol.c, and recompile dmd.

I'm having the same issue with 2.063.2 right now!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top