Skip to content

Commit 9d6e625

Browse files
committed
Remove workaroundflags
1 parent 68f67ce commit 9d6e625

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
@@ -181,7 +181,7 @@ def __init__(self, cc, ld=None, cppargs=[], ldargs=[],
181181
self.comm = compilation_comm(comm)
182182
self._cc = os.environ.get(ccenv, cc)
183183
self._ld = os.environ.get('LDSHARED', ld)
184-
self._cppargs = cppargs + configuration['cflags'].split() + self.workaround_cflags
184+
self._cppargs = cppargs + configuration['cflags'].split()
185185
self._ldargs = ldargs + configuration['ldflags'].split()
186186

187187
@property

0 commit comments

Comments
 (0)