aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_conformance/math_brute_force/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_conformance/math_brute_force/CMakeLists.txt b/test_conformance/math_brute_force/CMakeLists.txt
index 32814026..a221f05a 100644
--- a/test_conformance/math_brute_force/CMakeLists.txt
+++ b/test_conformance/math_brute_force/CMakeLists.txt
@@ -45,4 +45,6 @@ set(${MODULE_NAME}_SOURCES
# warnings), but other tests not (yet); so enable -Wall locally.
set_gnulike_module_compile_flags("-Wall -Wno-strict-aliasing -Wno-unknown-pragmas")
+add_cxx_flag_if_supported(-ffp-contract=off)
+
include(../CMakeCommon.txt)