add -frounding-math to build

This commit is contained in:
Rich Felker 2012-05-05 17:18:31 -04:00
parent 8a35deede1
commit b4ccc3c136
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -192,6 +192,7 @@ tryflag CFLAGS_C99FSE -ffreestanding \
|| tryflag CFLAGS_C99FSE -fno-builtin
tryflag CFLAGS_C99FSE -fexcess-precision=standard \
|| tryflag CFLAGS_C99FSE -ffloat-store
tryflag CFLAGS_C99FSE -frounding-math
#
# Setup basic default CFLAGS: debug, optimization, and -pipe