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/Linux_g++_make.inc

    r3130 r3210  
    1313#  Def compilateur C et flags
    1414CC = gcc
    15 CFLAGS = -Wall -Wpointer-arith -Wmissing-prototypes -O -g
     15# Replace [CNFPHFLF] by specific compilation flags below (done by configure)
     16CFLAGS = -Wall -Wpointer-arith -Wmissing-prototypes -O -g -fPIC  CNFPHFLF
    1617#  Def compilateur C++ et flags
    1718CXX =  g++
    18 CXXFLAGS = -Wall -Wpointer-arith -Wsynth -O -g
     19CXXFLAGS = -Wall -Wpointer-arith -Wsynth -O -g -fPIC  CNFPHFLF
    1920# flags specifiques pour templates repository...
    2021CXXTEMPFLG =
Note: See TracChangeset for help on using the changeset viewer.