Commit f9ecf549 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'f7174d7e'

* commit 'f7174d7e':
  configure: fix linking with MSVC when using --disable-optimizations
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 9c1b09f7 f7174d7e
...@@ -4149,6 +4149,7 @@ probe_cc(){ ...@@ -4149,6 +4149,7 @@ probe_cc(){
_DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs' _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
_cflags_speed="-O2" _cflags_speed="-O2"
_cflags_size="-O1" _cflags_size="-O1"
_cflags_noopt="-O1"
if $_cc -nologo- 2>&1 | grep -q Linker; then if $_cc -nologo- 2>&1 | grep -q Linker; then
_ld_o='-out:$@' _ld_o='-out:$@'
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment