Added -march=native
This commit is contained in:
parent
c0b357deb2
commit
6d879da5fa
1 changed files with 1 additions and 0 deletions
1
makefile
1
makefile
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
FLAGS = -std=c23
|
||||
FLAGS += -O3
|
||||
FLAGS += -march=native
|
||||
FLAGS += -pedantic
|
||||
FLAGS += -Wall
|
||||
FLAGS += -Wextra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue