Changeset 3250 in Sophya


Ignore:
Timestamp:
May 18, 2007, 11:49:21 AM (18 years ago)
Author:
ansari
Message:

Ajout flag d'optimisation -O par defaut ds darwin_g++_make.inc , Reza 18/05/2007

File:
1 edited

Legend:

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

    r3210 r3250  
    1414CC = cc
    1515# Replace [CNFPHFLF] by specific compilation flags below (done by configure)
    16 CFLAGS = -fno-common -g -fPIC CNFPHFLF
     16CFLAGS = -fno-common -g -O -fPIC CNFPHFLF
    1717#  With optimization flags
    1818#  CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
    1919#  Def compilateur C++ et flags
    2020CXX =  c++
    21 CXXFLAGS = -fno-common -g -fPIC  CNFPHFLF
     21CXXFLAGS = -fno-common -g -O -fPIC  CNFPHFLF
    2222# CXXFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
    2323# flags specifiques pour templates repository...
Note: See TracChangeset for help on using the changeset viewer.