Game Development Community

Code Generation speed...

by Kaya Dogan · in Torque Game Engine · 07/29/2006 (3:03 am) · 2 replies

I am building TGE with VS .net 2003. I noticed, that the code generation process takes very long. Is there a way to speed this thing up? I don't like the code generation taking that long even after I only modified 1 or 2 lines...

#1
07/29/2006 (3:13 am)
Yeah.

Head into Project Properties.

- Configuration Properties
- General
- Whole Program Optimization
#2
07/29/2006 (3:26 am)
Great :) Thanks! Now testing new code will be a lot faster :D