Skip to content

Commit 0a3373f

Browse files
committed
treat Warnings as Errors during compilation
1 parent 3e5ffb6 commit 0a3373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = gcc
2-
CFLAGS = -O2 -std=c99
2+
CFLAGS = -O2 -std=c99 -Werror
33

44
all:kseq.h fastool.c
55
$(CC) $(CFLAGS) fastool.c -o fastool

0 commit comments

Comments
 (0)