瀏覽代碼

add -frounding-math to build

Rich Felker 13 年之前
父節點
當前提交
b4ccc3c136
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      configure

+ 1 - 0
configure

@@ -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