Default to optimised builds when using a Sun Studio compiler.
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>
Mon, 31 Aug 2009 22:02:53 +0000 (23:02 +0100)
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>
Thu, 3 Sep 2009 19:50:38 +0000 (22:50 +0300)
commit29e7d6063f7b93dd4fde3d42a2931ec0f55158c3
treeae472e5bdd57de7b60ee777d5ac2c8fa3cd4ca22
parente7018685f0618640221ebc61446ee98ea3056bbb
Default to optimised builds when using a Sun Studio compiler.

Autoconf's AC_PROG_CC sets the default CFLAGS to -O2 -g for
gcc and -g for every other compiler.  This patch defaults
CFLAGS to the equivalent -O -g when we're using Sun Studio's cc
if the user or site admin hasn't already set CFLAGS.
configure.ac