From dc62242ec21c74e480c633fa6a4fe723b939b5f4 Mon Sep 17 00:00:00 2001 From: gltile <80788438+gltile-two-electric-boogaloo@users.noreply.github.com> Date: Fri, 20 May 2022 13:26:12 +0100 Subject: [PATCH] -march does not work on ARM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23f69b4..dda88ff 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = clang -CFLAGS += -O3 -pipe -march=native -mtune=native +CFLAGS += -O3 -pipe all: ${CC} $(CFLAGS) uwurandom.c -o uwurandom