Changeset 11429 for trunk/Mars/macros
- Timestamp:
- 07/18/11 09:25:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/macros/rootlogon.C
r9574 r11429 177 177 if (TString("linux")==gSystem->GetBuildArch()) 178 178 { 179 TString options = " -O3 - pipe -Wall -Woverloaded-virtual -fno-exceptions -fPIC ";179 TString options = " -O3 -D__MARS__ -pipe -Wall -Woverloaded-virtual -fno-exceptions -fPIC "; 180 180 181 181 TString s = "cd $BuildDir ; ";
Note:
See TracChangeset
for help on using the changeset viewer.