day 15 part 2 final

This commit is contained in:
2021-12-20 09:54:23 +01:00
parent aace9d72de
commit a84c52fa94
5 changed files with 60 additions and 103 deletions

View File

@@ -26,6 +26,7 @@ export LD_LIBRARY_PATH = $(LIBDIR)
CFLAGS += -std=gnu99
CFLAGS += -O2
CFLAGS += -g
#CFLAGS += -pg
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -march=native