提交 8886f118 编写于 作者: R Richard Levitte

This isn't entirely necessary if you do everything right from the

start, but can save you some trouble.  Just ignore "shared" if it
comes up among the given options, at least for now...
上级 f944e784
......@@ -883,6 +883,7 @@ sub read_options
elsif (/^profile$/) { $profile=1; }
elsif (/^shlib$/) { $shlib=1; }
elsif (/^dll$/) { $shlib=1; }
elsif (/^shared$/) { } # We just need to ignore it for now...
elsif (/^([^=]*)=(.*)$/){ $VARS{$1}=$2; }
elsif (/^-[lL].*$/) { $l_flags.="$_ "; }
elsif ((!/^-help/) && (!/^-h/) && (!/^-\?/) && /^-.*$/)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册