target blinkenlights
This commit is contained in:
3
Makefile
3
Makefile
@@ -3,7 +3,8 @@ SRCS = $(filter %.c,$(FILES))
|
||||
BINS = $(SRCS:%.c=%.elf)
|
||||
|
||||
CFLAGS = -Wall -Werror -pedantic -Wno-unused -D_GNU_SOURCE -std=gnu2y\
|
||||
-O3 -g -Ttext=C475000 -static -nostartfiles -fno-stack-protector -march=native
|
||||
-O3 -g -Ttext=C475000 -static -nostartfiles -fno-stack-protector\
|
||||
-march=x86-64 -msse2 -msse3 -mssse3 -mpclmul -mpopcnt -madx -mbmi2 -mrdrnd -mrdseed
|
||||
|
||||
all: $(BINS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user