mirror of
				https://github.com/stevenrobertson/cuburn.git
				synced 2025-11-03 18:00:55 -05:00 
			
		
		
		
	Always spit out lineinfo when possible
This commit is contained in:
		@ -93,7 +93,7 @@ def assemble_code(*libs):
 | 
				
			|||||||
    map(go, libs)
 | 
					    map(go, libs)
 | 
				
			||||||
    return ''.join(sum(zip(*out), ()))
 | 
					    return ''.join(sum(zip(*out), ()))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFAULT_CMP_OPTIONS = ('-use_fast_math',)
 | 
					DEFAULT_CMP_OPTIONS = ('-use_fast_math', '-lineinfo')
 | 
				
			||||||
DEFAULT_SAVE_KERNEL = True
 | 
					DEFAULT_SAVE_KERNEL = True
 | 
				
			||||||
def compile(name, src, opts=DEFAULT_CMP_OPTIONS, save=DEFAULT_SAVE_KERNEL,
 | 
					def compile(name, src, opts=DEFAULT_CMP_OPTIONS, save=DEFAULT_SAVE_KERNEL,
 | 
				
			||||||
            arch=None):
 | 
					            arch=None):
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user