diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-05-05 17:18:31 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-05-05 17:18:31 -0400 |
commit | b4ccc3c1361ca611d6590dd4af288fb9fa6a843b (patch) | |
tree | 3581a4dcda553b9a2a1d57b5107851147fc43f36 | |
parent | update readme and release notes for 0.9.0 release (not yet final) (diff) | |
download | grovel-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.gz grovel-b4ccc3c1361ca611d6590dd4af288fb9fa6a843b.tar.xz |
add -frounding-math to build
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |