Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .plzconfig.ci
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ defaultstatic = true
gotool = //third_party/go:toolchain|go
coverageredesign = true

[Plugin "proto"]
protoctool = protoc
[plugin "cc"]
defaultoptcflags = --std=c99 -O3 -pipe -DNDEBUG -Wall -Werror -Wno-error=stringop-overflow -Wno-error=misleading-indentation
defaultdbgcflags = --std=c99 -g3 -pipe -DDEBUG -Wall -Werror -Wno-error=stringop-overflow -Wno-error=misleading-indentation


[display]
systemstats = false
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 11.16.9
---------------
* Rollback of commit that broke mettle deployment
* Apply defaultstatic = true to fix Mettle broken deployment

Version 11.16.8
---------------
Expand Down
Loading