From ed3ebf9e43ba701b3140009324fbceca5c9bccaa Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Thu, 28 Jan 2016 19:12:00 +0100 Subject: [PATCH] remove unnecessary compiler flags (see #237) --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index 5d3a976d7..fd25cb1c9 100644 --- a/setup.py +++ b/setup.py @@ -74,12 +74,6 @@ compile_options = {'msvc' : ['/Ox', '/EHsc'], link_options = {'msvc' : [], 'other' : []} -if sys.platform.startswith('darwin'): - compile_options['other'].append('-mmacosx-version-min=10.8') - compile_options['other'].append('-stdlib=libc++') - link_options['other'].append('-lc++') - - class build_ext_options: def build_options(self): for e in self.extensions: