diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-26 16:39:37 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-26 16:39:37 +0200 |
commit | f9ecf5498c63f7f7b4f2e97720d7bae5a3abeae6 (patch) | |
tree | 7bdd8cd3ecbb341d5823f481cdbb1ec56d1081eb | |
parent | 9c1b09f73ec36b2470074358d343d9df999b4bee (diff) | |
parent | f7174d7ed045445d00a6d557236737d09ad32343 (diff) | |
download | ffmpeg-f9ecf5498c63f7f7b4f2e97720d7bae5a3abeae6.tar.gz |
Merge commit 'f7174d7ed045445d00a6d557236737d09ad32343'
* commit 'f7174d7ed045445d00a6d557236737d09ad32343':
configure: fix linking with MSVC when using --disable-optimizations
Merged-by: Clément Bœsch <u@pkh.me>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4149,6 +4149,7 @@ probe_cc(){ _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs' _cflags_speed="-O2" _cflags_size="-O1" + _cflags_noopt="-O1" if $_cc -nologo- 2>&1 | grep -q Linker; then _ld_o='-out:$@' else |