From 4e6c26cf4d6085ea57e85f84b50d4009111007a8 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 11 Sep 2023 20:43:37 -0700 Subject: [PATCH] configure: adjust fp_contract usage --- configure.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 28175cdce..da91a0a6c 100644 --- a/configure.py +++ b/configure.py @@ -100,7 +100,7 @@ CFLAGS_BASE = [ "-maxerrors 1", "-nosyspath", "-RTTI off", - # "-fp_contract on", + "-fp_contract on", "-str reuse", "-multibyte", "-i include", @@ -126,6 +126,7 @@ CFLAGS_FRAMEWORK = [ "-O3,s", "-schedule off", "-sym on", + "-fp_contract off", ] CFLAGS_REL = [