diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-10-23 10:01:13 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-10-28 22:05:16 +0800 |
commit | 8fbfbf38a8bd9d06514f05ebb4e8cadcc1143d6a (patch) | |
tree | 20c849f840f28088660892a5a9a14a2c57015dc9 /tools | |
parent | d0680d574474e22f0b9877c8411c74507b2eaa2f (diff) | |
download | gobject-introspection-8fbfbf38a8bd9d06514f05ebb4e8cadcc1143d6a.tar.gz |
MSVC release builds: Ensure that /LTCG is used
MSVC 2015 changed its default link-time code generation setting to
/LTCG:incremental, which causes problems if /opt:noref is to be used,
meaning that some code will be optimized out by the linker.
Avoid this situtation here by enforcing the use of /LTCG for MSVC 2010+
builds.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions