mirror of git://git.musl-libc.org/musl
add -frounding-math to build
This commit is contained in:
parent
8a35deede1
commit
b4ccc3c136
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue