We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5ffb6 commit 0a3373fCopy full SHA for 0a3373f
Makefile
@@ -1,5 +1,5 @@
1
CC = gcc
2
-CFLAGS = -O2 -std=c99
+CFLAGS = -O2 -std=c99 -Werror
3
4
all:kseq.h fastool.c
5
$(CC) $(CFLAGS) fastool.c -o fastool
0 commit comments