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",