mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	remove unnecessary compiler flags (see #237)
This commit is contained in:
		
							parent
							
								
									9721502c81
								
							
						
					
					
						commit
						ed3ebf9e43
					
				
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -74,12 +74,6 @@ compile_options =  {'msvc'  : ['/Ox', '/EHsc'],
 | 
				
			||||||
link_options    =  {'msvc'  : [],
 | 
					link_options    =  {'msvc'  : [],
 | 
				
			||||||
                    'other' : []}
 | 
					                    '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:
 | 
					class build_ext_options:
 | 
				
			||||||
    def build_options(self):
 | 
					    def build_options(self):
 | 
				
			||||||
        for e in self.extensions:
 | 
					        for e in self.extensions:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user