From 320c331b84a6ac4743fcd94c27a20c1b73a513ab Mon Sep 17 00:00:00 2001 From: gonzo Date: Sun, 5 Feb 2023 23:24:50 +0100 Subject: GNUmakefile update --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index f6651dd..f6c86cf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,8 +1,8 @@ -CC=clang --std=gnu99 +CC=gcc -CFLAGS=-Wall -Wextra -Werror -g# -pg +CFLAGS=-Wall -Wextra -Werror -Wpadded -pedantic LIBS= -BLDFLAGS=-O2 -g# -pg +BLDFLAGS=-O2 -g TARGET=otc DEPS=main.c agenda_entry.c date.c -- cgit v1.2.3