Skip to content
  • Brad King's avatar
    Suppress GNU flag -fPIC on Windows · 4eba05de
    Brad King authored
    Commit "Modernize GNU compiler info on Windows" (2009-12-02) reorganized
    GNU flags on Windows but let -fPIC slip through for compilation of
    objects in shared libraries.  While this flag is valid on most GNU
    compiler platforms we need to suppress it in Windows-GNU.cmake just as
    we already do in CYGWIN-GNU.cmake.
    4eba05de