Changeset 2713 in Sophya for trunk/SophyaLib/Mgr/Makefile.h


Ignore:
Timestamp:
May 12, 2005, 5:50:44 PM (20 years ago)
Author:
ansari
Message:

modifs Makefile.h et makefile.darwin avec ajout du flag d'optimisation -fastf pour GCC 3.3 sur MacOS-Darwin - Reza 12/5/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r2678 r2713  
    150150CC := cc
    151151# Pour enlever les erreurs au link des slb en -O. Pas d'avenir!
    152 OPTFLAG := -g
     152# Reza:Mai 2005 : On tente les flags -fast -mcpu=7450 ET -fPIC
     153# OPTFLAG := -g -fast -mcpu=7450 -fPIC
     154# Apple dit qu'il faut mettre -fastf pour le c++ : Ca marche avec GCC 3.3 !
     155# OPTFLAG := -g
     156OPTFLAG := -g -fastf -mtune=G4 -fPIC
    153157endif
    154158
Note: See TracChangeset for help on using the changeset viewer.