Changeset 3210 in Sophya for trunk/SophyaLib/BuildMgr/Linux_g++_make.inc
- Timestamp:
- Apr 11, 2007, 3:23:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/Linux_g++_make.inc
r3130 r3210 13 13 # Def compilateur C et flags 14 14 CC = gcc 15 CFLAGS = -Wall -Wpointer-arith -Wmissing-prototypes -O -g 15 # Replace [CNFPHFLF] by specific compilation flags below (done by configure) 16 CFLAGS = -Wall -Wpointer-arith -Wmissing-prototypes -O -g -fPIC CNFPHFLF 16 17 # Def compilateur C++ et flags 17 18 CXX = g++ 18 CXXFLAGS = -Wall -Wpointer-arith -Wsynth -O -g 19 CXXFLAGS = -Wall -Wpointer-arith -Wsynth -O -g -fPIC CNFPHFLF 19 20 # flags specifiques pour templates repository... 20 21 CXXTEMPFLG =
Note:
See TracChangeset
for help on using the changeset viewer.