Changeset 2862 in Sophya for trunk/SophyaLib/BuildMgr
- Timestamp:
- Jan 2, 2006, 2:36:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc
r2766 r2862 13 13 # Def compilateur C et flags 14 14 CC = cc 15 CFLAGS = -fno-common -g -fastf -mtune=G4 -fPIC 15 CFLAGS = -fno-common -g -fPIC 16 # With optimization flags 17 # CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC 16 18 # Def compilateur C++ et flags 17 19 CXX = c++ 18 CXXFLAGS = -fno-common -g -fastf -mtune=G4 -fPIC 20 CXXFLAGS = -fno-common -g -fPIC 21 # CXXFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC 19 22 # flags specifiques pour templates repository... 20 23 CXXTEMPFLG =
Note:
See TracChangeset
for help on using the changeset viewer.