Ignore:
Timestamp:
11/21/13 17:20:52 (11 years ago)
Author:
tbretz
Message:
Added the arguments from the Makefile to the AcliC call - this was mainly to get the no-exception handling.
File:
1 edited

Legend:

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

    r17307 r17333  
    188188    TString lib(gSystem->GetLinkedLibs());
    189189
    190     TString add = " -std=c++0x";
     190    TString add = " -O5 -std=c++0x -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual";
    191191    add += " -D__MARS__";
    192192    add += " -DHAVE_ZLIB";
Note: See TracChangeset for help on using the changeset viewer.