Skip to content

Commit

Permalink
Makefile: disable QUIC by default (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamantazFox committed Oct 30, 2022
1 parent a1c6159 commit 84cd4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@
RELEASE := 1
STATIC := 0

DISABLE_QUIC := 0
DISABLE_QUIC := 1
NO_DBG_SYMBOLS := 0


Expand Down

0 comments on commit 84cd4d6

Please sign in to comment.