Skip to content

Commit 62c17aa

Browse files
Doru Rathgebermiklos1
Doru Rathgeber
authored andcommitted
turn off O3 compilation
1 parent 14496e6 commit 62c17aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyop2/compilation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def __init__(self, cppargs=[], ldargs=[], cpp=False):
238238
# gcc.gnu.org/bugzilla/show_bug.cgi?id=61068
239239
# This is the default in Ubuntu 14.04 so work around this
240240
# problem by turning ivopts off.
241-
opt_flags = ['-march=native', '-O3', '-fno-ivopts']
241+
opt_flags = ['-O0']
242242
if configuration['debug']:
243243
opt_flags = ['-O0', '-g']
244244
cc = "mpicc"

0 commit comments

Comments
 (0)