Skip to content

Commit 1988960

Browse files
committed
removed flag from Makefile
1 parent c58f053 commit 1988960

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
@@ -3,7 +3,7 @@ ODIR = bin
33
CCDIR = coverage
44
INSTALL_DIR = /usr/local
55
CCOBJDIR = $(CCDIR)/obj
6-
CFLAGS = -Ibin -Lbin -Wswitch
6+
CFLAGS = -Ibin -Lbin
77
LIBS = -ltsdemux
88

99
.SECONDEXPANSION:

0 commit comments

Comments
 (0)