mesa: Drop -fno-strict-aliasing.
authorMatt Turner <mattst88@gmail.com>
Thu, 26 May 2016 23:34:02 +0000 (16:34 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 1 Aug 2016 19:09:17 +0000 (12:09 -0700)
commit88ad8c7dedb87d92a5bed0868f108076185ec089
treed15c34eaa3aa4909b747e678fbc0cc562eac8a21
parent12a14052e81d5384d1e040305b388db375e21490
mesa: Drop -fno-strict-aliasing.

Improves performance of OglBatch7 by 4.06851% +/- 1.17925% (n=169) on
Haswell, and cuts ~18k of .text:

   text     data      bss      dec      hex  filename
5824627   287816    29384  6141827   5db783  before/i965_dri.so
5806354   287816    29384  6123554   5d7022  after/i965_dri.so

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
configure.ac