Changeset 12753 for trunk/Mars


Ignore:
Timestamp:
01/23/12 11:24:24 (13 years ago)
Author:
tbretz
Message:
Added the option to switch the compiler to c++0x mode to make everything compile again. Note that this and the latest changes breaks compiling on older systems.
File:
1 edited

Legend:

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

    r9419 r12753  
    1717#  ----->>>   settings for compilation
    1818#
    19 OPTIM    := -O5 -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
     19OPTIM    := -O5 -std=c++0x -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
    2020# ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion
    2121DEBUG    :=
Note: See TracChangeset for help on using the changeset viewer.