Skip to content

Commit

Permalink
Try to fix ubuntu build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Nov 16, 2024
1 parent 89a2473 commit 531621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"-O3", "-funroll-loops", "-flto", "-fPIC",
"-std=c++2b", "-Wall", "-fvisibility=hidden",
"-Wno-error=unknown-pragmas",
"-mavx", "-mavx2", "-mavx512f", "-mavx512bw", "-mavx512dq", "-mavx512vl",
# "-mavx", "-mavx2", "-mavx512f", "-mavx512bw", "-mavx512dq", "-mavx512vl",
"-fno-tree-vectorize"
]
EXTRA_LINK_ARG = ["-flto"]
Expand Down

0 comments on commit 531621c

Please sign in to comment.