Changeset 3231 in Sophya for trunk/SophyaLib/BuildMgr


Ignore:
Timestamp:
Apr 23, 2007, 10:42:30 AM (18 years ago)
Author:
ansari
Message:

Flag de compil -Wsynth NON inclus par defaut pour g++ , Reza 23/04/2007

File:
1 edited

Legend:

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

    r3210 r3231  
    1717#  Def compilateur C++ et flags
    1818CXX =  g++
    19 CXXFLAGS = -Wall -Wpointer-arith -Wsynth -O -g -fPIC  CNFPHFLF
     19#  Flag de warning -Wsynth NON inclus par defaut (04/2007)
     20CXXFLAGS = -Wall -Wpointer-arith -O -g -fPIC  CNFPHFLF
    2021# flags specifiques pour templates repository...
    2122CXXTEMPFLG =
Note: See TracChangeset for help on using the changeset viewer.