Changeset 13550


Ignore:
Timestamp:
05/03/12 22:34:29 (13 years ago)
Author:
neise
Message:
compiling with optimize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/makelibs.C

    r13506 r13550  
    1010        gSystem->Load("/usr/lib/libz.so");
    1111    }
    12     gROOT->ProcessLine(".L izstream.h++");
    13     gROOT->ProcessLine(".L factfits.h++");
    14     gROOT->ProcessLine(".L calfactfits.h++");
     12    else if (hostname.Contains("grolsch"))
     13    {
     14        gSystem->Load("/usr/lib/i386-linux-gnu/libz.so");
     15    }
     16
     17    gROOT->ProcessLine(".L izstream.h+O");
     18    gROOT->ProcessLine(".L factfits.h+O");
     19    gROOT->ProcessLine(".L calfactfits.h+O");
    1520}
Note: See TracChangeset for help on using the changeset viewer.