We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e227d3b commit d474cd5Copy full SHA for d474cd5
1 file changed
setup.py
@@ -33,7 +33,7 @@
33
"-std=c++20", "-Wall", "-fvisibility=hidden",
34
"-Wno-error=unknown-pragmas",
35
"-mavx", "-mavx2", "-mavx512f", "-mavx512bw", "-mavx512dq", "-mavx512vl",
36
- "-fno-tree-vectorize"
+ "-fno-tree-vectorize", "-fno-strict-enums"
37
]
38
EXTRA_LINK_ARG = ["-flto"]
39
0 commit comments