Skip to content

Commit 9cef81a

Browse files
author
Konstantin Podshumok
committed
enforce DNOCROSSCONSTRUCTORS until further investigation
1 parent dd67813 commit 9cef81a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def build_extensions(self):
6565
opts.append(
6666
'-DVERSION_INFO="%s"' % self.distribution.get_version()
6767
)
68+
opts.append('-DNOCROSSCONSTRUCTORS=1')
6869
opts.append(cpp_flag(self.compiler))
6970
if has_flag(self.compiler, '-fvisibility=hidden'):
7071
opts.append('-fvisibility=hidden')

0 commit comments

Comments
 (0)