We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d606f68 commit 839cdb5Copy full SHA for 839cdb5
libc/utils/MPFRWrapper/CMakeLists.txt
@@ -28,6 +28,8 @@ if(LIBC_TESTS_CAN_USE_MPFR)
28
MPFRUtils.h
29
)
30
_get_common_test_compile_options(compile_options "" "")
31
+ # mpfr/gmp headers do not work with -ffreestanding flag.
32
+ list(REMOVE_ITEM compile_options "-ffreestanding")
33
target_compile_options(libcMPFRWrapper PRIVATE -O3 ${compile_options})
34
add_dependencies(
35
libcMPFRWrapper
0 commit comments