Changeset 2862 in Sophya


Ignore:
Timestamp:
Jan 2, 2006, 2:36:28 PM (20 years ago)
Author:
ansari
Message:

Suppression de flag d'optimisation -fastf -mtune pour Darwin/MacOS - Reza 2 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc

    r2766 r2862  
    1313#  Def compilateur C et flags
    1414CC = cc
    15 CFLAGS = -fno-common -g -fastf -mtune=G4 -fPIC
     15CFLAGS = -fno-common -g -fPIC
     16#  With optimization flags
     17# CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
    1618#  Def compilateur C++ et flags
    1719CXX =  c++
    18 CXXFLAGS = -fno-common -g -fastf -mtune=G4 -fPIC
     20CXXFLAGS = -fno-common -g -fPIC
     21# CXXFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
    1922# flags specifiques pour templates repository...
    2023CXXTEMPFLG =
Note: See TracChangeset for help on using the changeset viewer.