From 2c9224585999a8e27a9225a8719711f8b4b56db1 Mon Sep 17 00:00:00 2001
From: Martin Bauer <martin.bauer@fau.de>
Date: Tue, 21 Feb 2017 11:44:00 +0100
Subject: [PATCH] Bugfixes

---
 cpu/cpujit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpu/cpujit.py b/cpu/cpujit.py
index a0bccbc21..789d08a64 100644
--- a/cpu/cpujit.py
+++ b/cpu/cpujit.py
@@ -12,7 +12,7 @@ import hashlib
 from pystencils.transformations import symbolNameToVariableName
 
 CONFIG_GCC = {
-    'compiler': 'g++-4.8',
+    'compiler': 'g++',
     'flags': '-Ofast -DNDEBUG -fPIC -shared -march=native -fopenmp',
 }
 CONFIG_INTEL = {
-- 
GitLab