bugfix, real release 0.7, ugh

This commit is contained in:
George Hotz 2014-07-31 15:27:12 -07:00
parent b390dba54b
commit abc27d5049
2 changed files with 6 additions and 3 deletions

View File

@ -29,9 +29,12 @@ if __name__ == '__main__':
qira_config.TRACE_LIBRARIES = True
if args.dwarf:
qira_config.WITH_DWARF = True
try:
if args.cda:
qira_config.WITH_CDA = True
qira_config.WITH_DWARF = True
except:
pass
if args.flush_cache:
print "*** flushing caches"
os.system("rm -rfv /tmp/qira*")

Binary file not shown.