Changeset 17770


Ignore:
Timestamp:
05/02/14 16:36:47 (11 years ago)
Author:
tbretz
Message:
It looks like there is a problem with th eno-excpetion option and our fits classes. Therefore, I will remove it. I guess the optimization this once brought many years ago has been overcome by modern technology anyways.
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Makefile.conf.linux

    r17247 r17770  
    2424#  ----->>>   settings for compilation
    2525#
    26 OPTIM    := -O5 -std=c++0x -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
     26OPTIM    := -O5 -std=c++0x -Wall -Winit-self -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
    2727# ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion
    2828DEBUG    :=
  • trunk/Mars/macros/rootlogon.C

    r17333 r17770  
    188188    TString lib(gSystem->GetLinkedLibs());
    189189
    190     TString add = " -O5 -std=c++0x -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual";
     190    TString add = " -O5 -std=c++0x -Wall -Winit-self -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.