Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Help = The path or build target for the C coverage analysis tool.

[PluginConfig "cc_tool"]
ConfigKey = CCTool
DefaultValue = gcc
DefaultValue = cc
Inherit = true
Help = The path or build target for the C compiler tool.

[PluginConfig "cpp_tool"]
ConfigKey = CPPTool
DefaultValue = g++
DefaultValue = c++
Inherit = true
Help = The path or build target for the C++ compiler tool.

Expand Down