| commit | b4ccc3c1361ca611d6590dd4af288fb9fa6a843b | [log] [tgz] |
|---|---|---|
| author | Rich Felker <dalias@aerifal.cx> | Sat May 05 17:18:31 2012 -0400 |
| committer | Rich Felker <dalias@aerifal.cx> | Sat May 05 17:18:31 2012 -0400 |
| tree | 3581a4dcda553b9a2a1d57b5107851147fc43f36 | |
| parent | 8a35deede1c2c1ca2e24aae676c90cac49eff073 [diff] [blame] |
add -frounding-math to build
diff --git a/configure b/configure index df1d301..4ef6ccc 100755 --- a/configure +++ b/configure
@@ -192,6 +192,7 @@ || 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