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
|
#!/usr/bin/make -f
|
||||||
FLAGS = -std=c23
|
FLAGS = -std=c23
|
||||||
FLAGS += -O3
|
FLAGS += -O3
|
||||||
|
FLAGS += -march=native
|
||||||
FLAGS += -pedantic
|
FLAGS += -pedantic
|
||||||
FLAGS += -Wall
|
FLAGS += -Wall
|
||||||
FLAGS += -Wextra
|
FLAGS += -Wextra
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue