fix build issues

This commit is contained in:
Xavier Olive
2023-01-19 15:18:16 +01:00
parent 99dc2a4f40
commit 66c29840b0
3 changed files with 8 additions and 10 deletions
+6 -6
View File
@@ -12,12 +12,12 @@ def build() -> None:
if sys.platform == "linux":
compile_args += [
"-march=native",
"-O3",
"-msse",
"-msse2",
"-mfma",
"-mfpmath=sse",
# "-march=native",
# "-O3",
# "-msse",
# "-msse2",
# "-mfma",
# "-mfpmath=sse",
"-Wno-pointer-sign",
"-Wno-unused-variable",
]