From 5237c60dfae69681f10fc177482a08b9e7b52908 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 15 Jan 2016 20:35:36 +0000 Subject: [PATCH] set the compiler var back to generic option --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index 1c84bf1..3dea9ea 100644 --- a/run_tests.py +++ b/run_tests.py @@ -5,7 +5,7 @@ import subprocess as sp # configuration - you can modify this -COMPILER = "clang++-devel" +COMPILER = "c++" CXXFLAGS = [ "-std=c++14", "-Wall", "-Wextra",