From 5ecca969e24767bc4fd8c5c5751ff31d6e1d2cc0 Mon Sep 17 00:00:00 2001 From: fullbat Date: Fri, 15 Mar 2024 16:24:23 +0100 Subject: [PATCH] test: remove Ofast flag --- commit/operator/operator.pyxbld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit/operator/operator.pyxbld b/commit/operator/operator.pyxbld index f3967a15..91b90c93 100644 --- a/commit/operator/operator.pyxbld +++ b/commit/operator/operator.pyxbld @@ -36,4 +36,4 @@ def make_ext(modname, pyxfilename): ('nIC', config.nIC), ('nEC', config.nEC), ('nISO', config.nISO)], - extra_compile_args=['-w', '-O3', '-Ofast']) + extra_compile_args=['-w', '-O3'])