소스 검색

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