Changed config for competitest
This commit is contained in:
parent
afbad2e1f4
commit
66ee299f31
1 changed files with 27 additions and 1 deletions
|
|
@ -1 +1,27 @@
|
||||||
{ plugins = { competitest = { enable = true; }; }; }
|
{
|
||||||
|
plugins = {
|
||||||
|
competitest = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
compile_command = {
|
||||||
|
cpp = {
|
||||||
|
exec = "g++";
|
||||||
|
args = [
|
||||||
|
"-Wall"
|
||||||
|
"$(FNAME)"
|
||||||
|
"-o"
|
||||||
|
"$(FNOEXT)"
|
||||||
|
"-g"
|
||||||
|
"-Wextra"
|
||||||
|
"-Wshadow"
|
||||||
|
"-Wconversion"
|
||||||
|
"-Wfloat-equal"
|
||||||
|
"-Wduplicated-cond"
|
||||||
|
"-Wlogical-op"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue