Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some compilers will link to the shared version by default if both are found (e.g. the GNU compiler). Alternately, the option  --disable-shared stops the shared libraries from being generated, only the static libraries are built and will be linked. However, this may prevent other grib api tools working and is not generally recommended.

Choice of compiler and options

By default, cmake and configure will use the preferred compiler and set appropriate compiler options accordingly (for cmake, this depends on the build type).

...