Skip to content
  • Brad King's avatar
    Remove GNU-specific flags from Linux.cmake · af14f1f2
    Brad King authored
    We remove the shared library compile/link flags "-fPIC" and "-shared"
    because they are not provided by all compilers on Linux.  This allows us
    to drop code from the Linux-XL-*.cmake files that erases the bad flags.
    All other supported compilers already provide their correct flags for
    Linux in their own platform information files.
    af14f1f2