Option |
Default |
-ignore-run-time-environment |
no |
You can use the -ignore-run-time-environment option when you build your executable to make sure that the run-time options you specify remain in effect whenever the executable is run. The -ignore-run-time-environment builds into an executable all the run-time options specified on the link line along with any run-time options specified in the PURECOVOPTIONS and PUREOPTIONS environment variables. When the instrumented program runs, PureCoverage ignores the current option values set in environment variables in preference to the built-in values. Use the -ignore-run-time-environment option when:
Use the -ignore-run-time-environment option at build time only. PureCoverage ignores this option if you specify it at run time. Note:
|