Changeset 842
- Timestamp:
- Sep 23, 2007, 9:27:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_pre.mk
r720 r842 8 8 # 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef 9 9 # 04 Jul 07 SHL Pass DEBUG settings to sub-make 10 # 22 Sep 07 SHL Switch to 4 byte packing (-zp4) 10 11 11 12 CC = wcc386 … … 59 60 60 61 # We always compile with debug info to avoid needed a full rebuild just to debug 61 CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -z q -hd62 CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -zp4 -zq -hd 62 63 63 64 LFLAGS = sys os2v2_pm op quiet op verbose op cache op caseexact op map
Note:
See TracChangeset
for help on using the changeset viewer.