28 Mar
2005
28 Mar
'05
2:30 p.m.
Eyal Inbar schrieb: [how to add -ftemplate-depth-NN]
Thanks But how and where can i changed the flag in g++ ?
I don't know exactly where it is in KDevelop, but usually in IDEs, somewhere in the project options you can add/change compilation flags. Look around in the options, check the manual. For often used flags there may be predefined options to check, for things like the template depth you probably have to enter -ftemplate-depth-NN where NN is the desired value manually in some "extended options" or similar field. HTH, Malte