at 22.05-pre 689 B view raw
1From 2ea60bdf4d7b0344fc6ff5c97c675842fedccfa8 Mon Sep 17 00:00:00 2001 2From: Cole Helbling <cole.e.helbling@outlook.com> 3Date: Fri, 23 Apr 2021 09:02:22 -0700 4Subject: [PATCH] setup.py: remove impure tuning 5 6--- 7 setup.py | 1 - 8 1 file changed, 1 deletion(-) 9 10diff --git a/setup.py b/setup.py 11index 7840022..3922aa5 100644 12--- a/setup.py 13+++ b/setup.py 14@@ -48,7 +48,6 @@ setup( 15 ext_modules=[ 16 Extension("intbitset", 17 ["intbitset/intbitset.c", "intbitset/intbitset_impl.c"], 18- extra_compile_args=['-O3', '-march=core2', '-mtune=native'] 19 # For debug -> '-ftree-vectorizer-verbose=2' 20 ) 21 ], 22-- 232.30.1 24