mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Compile _decimal without asserts and update benchmark results.
This commit is contained in:
		
							parent
							
								
									6f858a2eea
								
							
						
					
					
						commit
						a10e2fbe0b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -1897,7 +1897,7 @@ def detect_ctypes(self, inc_dirs, lib_dirs): | |||
| 
 | ||||
|     def _decimal_ext(self): | ||||
|         extra_compile_args = [] | ||||
|         undef_macros = ['NDEBUG'] | ||||
|         undef_macros = [] | ||||
|         if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"): | ||||
|             include_dirs = [] | ||||
|             libraries = ['mpdec'] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stefan Krah
						Stefan Krah