Skip to content

Commit

Permalink
enforce DNOCROSSCONSTRUCTORS until further investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Podshumok committed Jul 24, 2018
1 parent dd67813 commit 9cef81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def build_extensions(self):
opts.append(
'-DVERSION_INFO="%s"' % self.distribution.get_version()
)
opts.append('-DNOCROSSCONSTRUCTORS=1')
opts.append(cpp_flag(self.compiler))
if has_flag(self.compiler, '-fvisibility=hidden'):
opts.append('-fvisibility=hidden')
Expand Down

0 comments on commit 9cef81a

Please sign in to comment.