Skip to content

Commit 6d27614

Browse files
committed
-Wcounterexample doesn't work with all GCC compilers (e.g. on WSL)
1 parent 60e5064 commit 6d27614

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
@@ -54,7 +54,7 @@ $(FLEX_C):
5454
mv lex.yy.c $(FLEX_C)
5555
$(CC) -fPIC -g -c $(FLEX_C) -o $(FLEX_OBJ)
5656
$(BISON_C): $(BISON)
57-
bison -d $(BISON) -o $(BISON_C) -Wcounterexample
57+
bison -d $(BISON) -o $(BISON_C) #-Wcounterexample
5858
$(CC) -fPIC -g -c $(BISON_C) -o $(BISON_OBJ)
5959

6060
$(BIN): $(OBJ) $(INCLUDES) $(BISON_OBJ) $(FLEX_OBJ)

0 commit comments

Comments
 (0)