C++ Option --instantiate

Hi,

I see the option

--instantiate=used

in some build files targeted for pgCC. But the version I have (6.1-1 64-bit target on x86-64 Linux) doesn’t recognize this option.

Please let me know:

    • was this formerly a valid option?
  • as of which version did it cease to be valid?

Hi Steve,

With the 6.0 release of the Linux compilers, we revised our template instatiation process so that the “–instantiate” flag was no longer needed. Prior to 6.0, it was available to give users finer control over the instantition process.

  • Mat