floooh / fips

High-level build system for distributed, multi-platform C/C++ projects.
MIT License
471 stars 82 forks source link

MSVC: static linker flag for release when LTCG enabled is set incorrectly? #281

Closed mattiasljungstrom closed 2 years ago

mattiasljungstrom commented 2 years ago

Another minor issue I noticed. Not sure if this was intentional or not?

The CMAKE_STATIC_LINKER_FLAGS_RELEASE is set incorrectly to CMAKE_STATIC_LINKER_FLAGS instead of CMAKE_STATIC_LINKER_FLAGS_RELEASE when the /LTCG flag is added?

floooh commented 2 years ago

Oops, yarp that that's a bug. Thanks!