Skip to content

Commit

Permalink
Remove -march=native cflag from arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Jul 26, 2023
1 parent 8b33442 commit 4d6416e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@
}],
['target_arch=="arm64"', {
'cflags!': ['-maes', '-msse4.2'],
'cflags': ['-march=native'],
}],
['target_arch=="arm"', {
'cflags!': ['-maes', '-msse4.2'],
'cflags': ['-march=native'],
}],
],
'configurations': {
Expand Down

0 comments on commit 4d6416e

Please sign in to comment.