Ignore:
Timestamp:
Jun 24, 2007, 10:31:05 PM (18 years ago)
Author:
Gregg Young
Message:

I changed the debug compiler flags to d2 so I could tell if it was really doing a debug build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/internal/makefile

    r696 r706  
    2727# -zp4          align 4
    2828# -zq           quiet
    29 CFLAGS = -bt=os2 -mf -bm -d1 -olirs   -s -j -wx -zfp -zgp -zq -hd
     29!ifdef %DEBUG
     30CFLAGS =   -bt=os2 -mf -bm -d2 -olirs   -s -j -wx -zfp -zgp -zq -hd
     31!else
     32CFLAGS =   -bt=os2 -mf -bm -d1 -olirs   -s -j -wx -zfp -zgp -zq -hd
     33!endif
    3034
    3135# fixme
Note: See TracChangeset for help on using the changeset viewer.