From 02b1d2bc9dbd4af3bdb7c8059968836c918242e9 Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 23 Sep 2018 23:26:32 +0200 Subject: Disable g++ colors --- evaluators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;"; -- cgit v1.2.3