Changeset 11429


Ignore:
Timestamp:
07/18/11 09:25:37 (13 years ago)
Author:
tbretz
Message:
Added -D__MARS__ to AcLiC
File:
1 edited

Legend:

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

    r9574 r11429  
    177177    if (TString("linux")==gSystem->GetBuildArch())
    178178    {
    179         TString options = " -O3 -pipe -Wall -Woverloaded-virtual -fno-exceptions -fPIC ";
     179        TString options = " -O3 -D__MARS__ -pipe -Wall -Woverloaded-virtual -fno-exceptions -fPIC ";
    180180
    181181        TString s = "cd $BuildDir ; ";
Note: See TracChangeset for help on using the changeset viewer.