Day 22 : clean code, more comments.

This commit is contained in:
2022-01-28 17:07:44 +01:00
parent 6b753e9d6c
commit 5c392199fe
2 changed files with 28 additions and 39 deletions

View File

@@ -27,6 +27,7 @@ export LD_LIBRARY_PATH = $(LIBDIR)
CFLAGS += -std=gnu99
CFLAGS += -O2
CFLAGS += -g
# for gprof
#CFLAGS += -pg
CFLAGS += -Wall
CFLAGS += -Wextra