fix build issues
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user