Halton,
I think this should be upstreamable. You may want to make
this change conditional to the compiler used, something like
if [ "x$GCC" = xyes ]; then
<set the original flags>
else
<don't set -O0>
fiLaca On Tue, 2008-07-08 at 14:06 +0800, Halton Huo wrote: > Hi, > > -O0 is not recognied in ss11, this will break tsclient build with > "--enable-debug=yes". Since "-O0" is useless when have "-g", so I'd like > to remove "-O0" in this patch. > > Thanks, > Halton.
