Changeset 14934 for trunk/Mars


Ignore:
Timestamp:
02/17/13 10:52:51 (12 years ago)
Author:
tbretz
Message:
Added additional options also for debug ACLIC mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/macros/rootlogon.C

    r14928 r14934  
    181181
    182182    TString opt(gSystem->GetFlagsOpt());
     183    TString dbg(gSystem->GetFlagsDebug());
    183184    TString lib(gSystem->GetLinkedLibs());
    184185
    185     opt += " -D__MARS__";
    186 //    opt += " -DHAVE_ZLIB";
    187     opt += " -std=c++0x";
    188 
    189 //    lib += " -lz";
     186    opt += " -D__MARS__ ";
     187    opt += " -std=c++0x ";
     188
     189    dbg += " -D__MARS__ ";
     190    dbg += " -std=c++0x ";
     191
     192    // lib += " -lz ";
    190193
    191194    gSystem->SetLinkedLibs(lib);
    192195    gSystem->SetFlagsOpt(opt);
     196    gSystem->SetFlagsDebug(dbg);
    193197
    194198
Note: See TracChangeset for help on using the changeset viewer.