Changeset 3091 for trunk/tools


Ignore:
Timestamp:
Mar 11, 2000, 7:07:48 PM (26 years ago)
Author:
bird
Message:

Debug version of fastdep is made with optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/makefile

    r2942 r3091  
    1 # $Id: makefile,v 1.2 2000-02-29 10:48:11 bird Exp $
     1# $Id: makefile,v 1.3 2000-03-11 18:07:48 bird Exp $
    22
    33#
     
    1616!ifdef DEBUG
    1717CFLAGS   = $(CFLAGS)  -Ge+ -Tx+ -I$(PDWIN32_INCLUDE) -I..\common  \
    18            -W3 -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- #-O+
     18           -W3 -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -O+
    1919LDFLAGS  = $(LDFLAGS) -Ge+ -Fe$@ /B"/MAP:full"
    2020!else
Note: See TracChangeset for help on using the changeset viewer.