openh264/codec
Martin Storsjö 8a0bc0a8b9 Don't pass /LTCG to the linker for the console front end binary
The object files for this tool aren't built with the /GL flag
(Whole Program Optimization), leading to the following warning
when linking:
/LTCG specified but no code generation required; remove /LTCG from
the link command line to improve linker performance

Enabling link time code generation for the console front end binary
isn't of much use, since this tool in itself isn't performance
critical.
2014-01-28 11:01:54 +02:00
..
api/svc Merge pull request #188 from ruil2/MaxGOPSize_update 2014-01-22 22:48:41 -08:00
build/win32 Don't pass /LTCG to the linker for the console front end binary 2014-01-28 11:01:54 +02:00
common Merge pull request #235 from mstorsjo/merge-ls-defines 2014-01-27 14:10:00 -08:00
console Merge pull request #234 from mstorsjo/merge-measure-time 2014-01-27 08:57:16 -08:00
decoder Merge pull request #235 from mstorsjo/merge-ls-defines 2014-01-27 14:10:00 -08:00
encoder Merge pull request #235 from mstorsjo/merge-ls-defines 2014-01-27 14:10:00 -08:00
processing Merge pull request #237 from mstorsjo/simplify-make-lib-rules 2014-01-27 14:09:20 -08:00