Added comment [skip ci]

This commit is contained in:
Andrew Kane
2023-03-31 13:37:33 -07:00
parent 8473468925
commit d0fdd42652

View File

@@ -14,6 +14,7 @@ OPTFLAGS = -march=native
# Mac ARM doesn't support -march=native
ifeq ($(shell uname -s), Darwin)
ifeq ($(shell uname -p), arm)
# no difference with -march=armv8.5-a
OPTFLAGS =
endif
endif