/[ascend]/trunk/jam/Jamrules_general.in
ViewVC logotype

Diff of /trunk/jam/Jamrules_general.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by jds, Wed Feb 16 21:13:33 2005 UTC revision 47 by jds, Thu Apr 7 23:59:22 2005 UTC
# Line 160  if $(NT) Line 160  if $(NT)
160      FORTRANFLAGS = -c -I4 -O ;      FORTRANFLAGS = -c -I4 -O ;
161      F77_LIBS += $(MINGW)$(SLASH)lib$(SLASH)libg2c.a ;      F77_LIBS += $(MINGW)$(SLASH)lib$(SLASH)libg2c.a ;
162    
163      # uncomment to compile as strict ansi with full warnings      # uncomment to select desired warning level and ansi-strictness
164      #CCWARN = -ansi -Wall -W -pedantic -Wshadow ;      CCWARN += -Wall ;
165        CCWARN += -W ;
166        CCWARN += -pedantic ;
167        #CCWARN += -Wshadow ;
168        #CCWARN += -ansi ;
169    
170      if $(NODEBUG)      if $(NODEBUG)
171      {      {
# Line 199  else if $(OS) = LINUX Line 203  else if $(OS) = LINUX
203    SUFSHR = .so ;    SUFSHR = .so ;
204    FORTRANFLAGS = -c -I4 -O -lg2c ;    FORTRANFLAGS = -c -I4 -O -lg2c ;
205    
206    # uncomment to compile as strict ansi with full warnings    # uncomment to select desired warning level and ansi-strictness
207    #CCWARN = -ansi -Wall -W -pedantic -Wshadow ;    CCWARN += -Wall ;
208      CCWARN += -W ;
209      CCWARN += -pedantic ;
210      #CCWARN += -Wshadow ;
211      #CCWARN += -ansi ;
212    
213    if $(NODEBUG)    if $(NODEBUG)
214    {    {
215      CCDEBUG = -O3 ;      CCDEBUG = -O3 ;

Legend:
Removed from v.46  
changed lines
  Added in v.47

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22