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