We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775c507 commit fc7a893Copy full SHA for fc7a893
libc/utils/MPFRWrapper/CMakeLists.txt
@@ -5,6 +5,8 @@ if(LIBC_TESTS_CAN_USE_MPFR)
5
mpfr_inc.h
6
)
7
_get_common_test_compile_options(compile_options "" "")
8
+ # mpfr/gmp headers do not work with -ffreestanding flag.
9
+ list(REMOVE_ITEM compile_options "-ffreestanding")
10
target_compile_options(libcMPFRWrapper PRIVATE -O3 ${compile_options})
11
add_dependencies(
12
libcMPFRWrapper
0 commit comments