Added
Link Here
|
1 |
--- CMakeLists.txt.orig 2024-12-07 16:18:30 UTC |
2 |
+++ CMakeLists.txt |
3 |
@@ -215,7 +215,7 @@ target_compile_options(geos_cxx_flags INTERFACE |
4 |
#----------------------------------------------------------------------------- |
5 |
|
6 |
target_compile_options(geos_cxx_flags INTERFACE |
7 |
- "$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-ffp-contract=off>" |
8 |
+ "$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-ffp-model=strict>" |
9 |
"$<$<CXX_COMPILER_ID:GNU>:-ffp-contract=off>" |
10 |
"$<$<BOOL:${MSVC}>:/fp:precise>" |
11 |
) |