-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
M1 macs give error clang: error: the clang compiler does not support '-march=native'
if makefile contains ARM_FLAGS = -march=native
.
Compiling gives a warning:
In file included from ../src/sqlite3mc.c:91:
../src/sqlite3patched.c:15677:22: warning: redefinition of typedef 'PgHdr' is a C11 feature [-Wtypedef-redefinition]
typedef struct PgHdr PgHdr;
^
../src/sqlite3patched.c:10384:22: note: previous definition is here
typedef struct PgHdr PgHdr;
Metadata
Metadata
Assignees
Labels
No labels