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