diff --git a/configure b/configure index 25640ebb7f..2ecd0ed718 100755 --- a/configure +++ b/configure @@ -3279,6 +3279,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