parsav  Diff

Differences From Artifact [b85f6f7647]:

To Artifact [dc97a3f269]:


   558    558   	print(util.dump(config))
   559    559   	os.exit(0)
   560    560   end
   561    561   
   562    562   local holler = print
   563    563   local suffix = config.exe and '' or ('.'..config.outform)
   564    564   local out = 'parsavd' .. suffix
   565         -local linkargs = {}
          565  +local linkargs = {'-O4'}
   566    566   local target = config.tgttrip and terralib.newtarget {
   567    567   	Triple = config.tgttrip;
   568    568   	CPU = config.tgtcpu;
   569    569   	FloatABIHard = config.tgthf;
   570    570   } or nil
   571    571   
   572    572   if bflag('quiet','q') then holler = function() end end