IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2004, 10:10:43 AM (22 years ago)
Author:
desonia
Message:

removed optimization in compilation so that debuggers act more predictable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r596 r638  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-05-06 23:25:19 $
     7##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-05-11 20:10:43 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838# Set initial value for CFLAGS which will include all OS common flags for GCC
    3939
    40 CFLAGS := -O2 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
     40CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
    4141
    4242# Set initial value for LDFLAGS which will include all OS common flags for GCC
Note: See TracChangeset for help on using the changeset viewer.