Skip to content
Snippets Groups Projects
Commit 2c922458 authored by Martin Bauer's avatar Martin Bauer
Browse files

Bugfixes

parent 235b9062
No related merge requests found
......@@ -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 = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment