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