set the compiler var back to generic option

master
Daniel Kolesa 2016-01-15 20:35:36 +00:00
parent 31a46ef07d
commit 5237c60dfa
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import subprocess as sp
# configuration - you can modify this
COMPILER = "clang++-devel"
COMPILER = "c++"
CXXFLAGS = [
"-std=c++14",
"-Wall", "-Wextra",