Skip to content

Commit 690f103

Browse files
committed
Fix compat issue
1 parent 97a924d commit 690f103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"-std=c++20", "-Wall", "-fvisibility=hidden",
3434
"-Wno-error=unknown-pragmas",
3535
"-mavx", "-mavx2", "-mavx512f", "-mavx512bw", "-mavx512dq", "-mavx512vl",
36-
"-fno-tree-vectorize", "-fpermissive"
36+
"-fno-tree-vectorize"
3737
]
38-
EXTRA_LINK_ARG = ["-flto"]
38+
EXTRA_LINK_ARG = ["-flto", "-fpermissive"]
3939

4040

4141
class CleanCommand(Command):

0 commit comments

Comments
 (0)