Ignore:
Timestamp:
Apr 11, 2007, 3:23:47 PM (18 years ago)
Author:
ansari
Message:

Suite ajout options configure (-nothsafe -compopt -noPI ...) , prise en charge des options -arch64 (-64 -q64) et -slballinone par configure/propagation vers sophyamake.inc, Reza 11/04/2007

File:
1 edited

Legend:

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

    r2912 r3210  
    1313#  Def compilateur C et flags
    1414CC = cc
    15 CFLAGS = -fno-common -g -fPIC
     15# Replace [CNFPHFLF] by specific compilation flags below (done by configure)
     16CFLAGS = -fno-common -g -fPIC CNFPHFLF
    1617#  With optimization flags
    17 # CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
     18#  CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
    1819#  Def compilateur C++ et flags
    1920CXX =  c++
    20 CXXFLAGS = -fno-common -g -fPIC
     21CXXFLAGS = -fno-common -g -fPIC  CNFPHFLF
    2122# CXXFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC
    2223# flags specifiques pour templates repository...
Note: See TracChangeset for help on using the changeset viewer.