aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4459289..b1ff027 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Weverything -std=c11 -g
+CFLAGS += -Weverything -O2 -std=c99 -ggdb
CC = clang
SOURCES = src/twbctf.c src/sds.c
@@ -18,6 +18,7 @@ docs/%.3: docs/%.rst
test: sds-test
+ @echo "==> Running test suite"
./sds-test