diff options
-rw-r--r-- | evaluators.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluators.nix b/evaluators.nix index bdc969b..9a78b0c 100644 --- a/evaluators.nix +++ b/evaluators.nix @@ -120,7 +120,7 @@ let return 0; }; EOF - g++ -x 'c++' -o /input.out /input && /input.out + g++ -x 'c++' -o /input.out -w -fdiagnostics-color=never /input && /input.out ''; testInput = "cout << \"success\" << endl;"; |