configure.ac: default to -O3
commit9b935a0ea838595f1dd10e8fdb50f18c9b7a6c76
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 03:02:51 +0000 (28 19:02 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 03:02:51 +0000 (28 19:02 -0800)
tree5bfdeac0675a7536ada4744a8841701cdfa1c259
parent5fe847e59093ca4b198a3d11c7da98642456e46e
configure.ac: default to -O3

Default to -O3 instead of -O2.  The code gets somewhat bigger, but
nasm is full of tiny functions called from all over the place.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
configure.ac