OSDN Git Service

mesa: Add -fno-trapping-math to CFLAGS.
authorMatt Turner <mattst88@gmail.com>
Fri, 31 Jul 2015 19:19:46 +0000 (12:19 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 3 Aug 2015 16:24:26 +0000 (09:24 -0700)
commitf55c408067a3ea3529fcf7cbbaa1a041a4a8849d
tree1553f9af1139b6e0440647f37330ce8b12425244
parent875458b778e8d389e00f42269e716a3cb2761fab
mesa: Add -fno-trapping-math to CFLAGS.

Cuts about 1k of .text size.

   text    data     bss     dec     hex filename
4983676  197808   26328 5207812  4f7704 i965_dri.so before
4982522  197800   26328 5206650  4f727a i965_dri.so after

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
configure.ac