Skip to content

Commit 6da99d6

Browse files
author
Tony Kuo
committed
remove march=native
1 parent 7cc674d commit 6da99d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ class BuildExt(build_ext):
7777
#'unix': ['-O3', '-march=native'], # , '-w'
7878
'unix': ['-O3'], # , '-w'
7979
}
80-
if "conda" not in sys.version.lower():
81-
c_opts['unix'].append("-march=native")
8280
link_opts = {
8381
'unix': [],
8482
'msvc': [],

0 commit comments

Comments
 (0)