diff options
author | Brad King <brad.king@kitware.com> | 2016-01-12 18:56:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-01-12 18:59:59 (GMT) |
commit | fc5d6592291aaff7238b7625468f9820a596d758 (patch) | |
tree | 5f6a243a1f0b659b679932f26271662d86a75452 /Help | |
parent | b5009720d3020021f189570d72c099963795a5c5 (diff) | |
download | CMake-fc5d6592291aaff7238b7625468f9820a596d758.zip CMake-fc5d6592291aaff7238b7625468f9820a596d758.tar.gz CMake-fc5d6592291aaff7238b7625468f9820a596d758.tar.bz2 |
VS: Map link `/debug:fastlink` flag to VS 2015 IDE property (#15894)
Suggested-by: Thomas Laguzzi <tholag@gmail.com>
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/vs-debug-fastlink.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/vs-debug-fastlink.rst b/Help/release/dev/vs-debug-fastlink.rst new file mode 100644 index 0000000..c2e0599 --- /dev/null +++ b/Help/release/dev/vs-debug-fastlink.rst @@ -0,0 +1,5 @@ +vs-debug-fastlink +----------------- + +* The :generator:`Visual Studio 14 2015` generator learned to map the + ``/debug:fastlink`` linker flag to the ``.vcxproj`` file property. |