We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9211292 commit 8c89642Copy full SHA for 8c89642
pyproject.toml
@@ -19,12 +19,12 @@ RANLIB = "gcc-ranlib"
19
[[tool.cibuildwheel.overrides]]
20
select = "*linux_i686"
21
inherit.environment = "append"
22
-environment.CFLAGS = "-O3 -g1 -pipe -fPIC -march=sandybridge -mtune=generic"
+environment.CFLAGS = "-O3 -g1 -pipe -fPIC -march=core2 -mtune=generic"
23
24
25
select = "*linux_x86_64"
26
27
+environment.CFLAGS = "-O3 -g1 -pipe -fPIC -march=core2 -msse4.1 -msse4.2 -mtune=generic"
28
29
30
select = "*aarch64"
0 commit comments