Changeset 3210 in Sophya for trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc
- Timestamp:
- Apr 11, 2007, 3:23:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc
r2912 r3210 13 13 # Def compilateur C et flags 14 14 CC = cc 15 CFLAGS = -fno-common -g -fPIC 15 # Replace [CNFPHFLF] by specific compilation flags below (done by configure) 16 CFLAGS = -fno-common -g -fPIC CNFPHFLF 16 17 # With optimization flags 17 # CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC18 # CFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC 18 19 # Def compilateur C++ et flags 19 20 CXX = c++ 20 CXXFLAGS = -fno-common -g -fPIC 21 CXXFLAGS = -fno-common -g -fPIC CNFPHFLF 21 22 # CXXFLAGS = -fno-common -g -fastf -mtune=G5 -fPIC 22 23 # flags specifiques pour templates repository...
Note:
See TracChangeset
for help on using the changeset viewer.