Skip to content

Commit 5fd7537

Browse files
committed
Removed march=native flag.
1 parent f20c5cb commit 5fd7537

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AMBuildScript

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ class ExtensionConfig(object):
168168
'GNUC',
169169
]
170170
cxx.cflags += [
171-
'-march=native',
172171
'-pipe',
173172
'-fno-strict-aliasing',
174173
'-Wall',

0 commit comments

Comments
 (0)