On Mar 31, 2007, at 2:39 AM, albino aiello wrote:
my problem is that the value of the variable that i have defined in common.opt in the following manner is always at the default value

Now, take something that works, print it's value. Pass the documented flag, see if you can notice it change. If so, add one 'a' to the end of the name of the flag, try that, and see if that works, then, change the default to the default that you want, and see if that works. If it does, modify the name, slightly, to be closer to the name you want... When you find the single change that causes it to go wrong, back that one off and do the rest of them.

Or, if you want, you can fire up a debugger and debug the issue.

Also, if it is a parameter for your pass, you should use --param, not a general flag.

Reply via email to