aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ecd31b5..8283c98 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,8 +1,8 @@
CC=clang --std=gnu99
-CFLAGS=-Wall -Wextra -Werror -g
+CFLAGS=-Wall -Wextra -Werror# -g -pg
LIBS=
-BLDFLAGS=-O2 -g
+BLDFLAGS=-O2# -g -pg
TARGET=otc
DEPS=main.c agenda_entry.c date.c