Skip to content
Snippets Groups Projects
Commit 9c106a9d authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Python compilation: added interruption library (not used at the moment)

parent ae4bb724
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ class MexBuilder(object):
cmd.append(option)
if "-compatibleArrayDims" not in options:
cmd.append("-largeArrayDims")
cmd.append("-lut")
# cmd.append("-largeArrayDims") # This unfortunately conflicts with mym.cpp
self.out.printSubSubJob('File', cmd[1] + ' (cmd: ' + string.join(cmd, ' ') + ' )')
return subprocess.call(cmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment