Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
-march does not work on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
gltile-two-electric-boogaloo committed May 20, 2022
1 parent 8c6bafa commit dc62242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = clang
CFLAGS += -O3 -pipe -march=native -mtune=native
CFLAGS += -O3 -pipe

all:
${CC} $(CFLAGS) uwurandom.c -o uwurandom
Expand Down

0 comments on commit dc62242

Please sign in to comment.