Re: [CMake] INTERPROCEDURAL_OPTIMIZATION still not using CMAKE__COMPILER_AR

2017-08-15 Thread Brad King
On 08/12/2017 03:28 AM, Clément Gregoire wrote: > Should I file a bug report for this? Yes, please. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

Re: [CMake] INTERPROCEDURAL_OPTIMIZATION still not using CMAKE__COMPILER_AR

2017-08-12 Thread Clément Gregoire
Should I file a bug report for this? Le mar. 1 août 2017 à 22:52, Brad King a écrit : > On 07/22/2017 07:33 AM, lec...@gmail.com wrote: > > So I downloaded the 3.9 release and thought my LTO nightmares we over but > > cmake still isn't using CMAKE__COMPILER_AR when linking on MSYS. > > The probl

Re: [CMake] INTERPROCEDURAL_OPTIMIZATION still not using CMAKE__COMPILER_AR

2017-08-01 Thread Hendrik Sattler
Am 1. August 2017 22:52:09 MESZ schrieb Brad King : >On 07/22/2017 07:33 AM, lec...@gmail.com wrote: >> So I downloaded the 3.9 release and thought my LTO nightmares we over >but >> cmake still isn't using CMAKE__COMPILER_AR when linking on >MSYS. > >The problem is that this code: > >https://gitl

Re: [CMake] INTERPROCEDURAL_OPTIMIZATION still not using CMAKE__COMPILER_AR

2017-08-01 Thread Brad King
On 07/22/2017 07:33 AM, lec...@gmail.com wrote: > So I downloaded the 3.9 release and thought my LTO nightmares we over but > cmake still isn't using CMAKE__COMPILER_AR when linking on MSYS. The problem is that this code: https://gitlab.kitware.com/cmake/cmake/blob/v3.9.0/Modules/Platform/Wind

[CMake] INTERPROCEDURAL_OPTIMIZATION still not using CMAKE__COMPILER_AR

2017-07-22 Thread lectem
Hello guys, So I downloaded the 3.9 release and thought my LTO nightmares were over but… cmake still isn’t using CMAKE__COMPILER_AR when linking on MSYS. I’m using the « MSYS Makefiles » generator, and when building an executable it still uses the plain ar instead of gcc-ar… CMAKE_CXX_COMPILE

[CMake] INTERPROCEDURAL_OPTIMIZATION

2012-05-10 Thread Leif Walsh
How does this work? % cmake --help-property INTERPROCEDURAL_OPTIMIZATION cmake version 2.8.8 INTERPROCEDURAL_OPTIMIZATION Enable interprocedural optimization for targets in a directory. If set to true, enables interprocedural optimizations if they are known to be supported