This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ ifeq (solaris,$(OS))
5353endif
5454
5555# Set DFLAGS
56- UDFLAGS:=-conf = -Isrc -Iimport -w -dip1000 $(MODEL_FLAG ) $(OPTIONAL_PIC ) $(OPTIONAL_COVERAGE )
56+ UDFLAGS:=-conf = -Isrc -Iimport -w -dip25 $(MODEL_FLAG ) $(OPTIONAL_PIC ) $(OPTIONAL_COVERAGE )
5757ifeq ($(BUILD ) ,debug)
5858 UDFLAGS += -g -debug
5959 DFLAGS:=$(UDFLAGS)
Original file line number Diff line number Diff line change 99DOCDIR =doc
1010IMPDIR =import
1111
12- DFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -inline -w -Isrc -Iimport
13- UDFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -w -Isrc -Iimport
12+ DFLAGS =-m$(MODEL ) -conf= -O -release -dip25 -inline -w -Isrc -Iimport
13+ UDFLAGS =-m$(MODEL ) -conf= -O -release -dip25 -w -Isrc -Iimport
1414DDOCFLAGS=-conf = -c -w -o- -Isrc -Iimport -version=CoreDdoc
1515
1616CFLAGS =
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ IMPDIR=import
1717
1818MAKE =make
1919
20- DFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -inline -w -Isrc -Iimport
21- UDFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -w -Isrc -Iimport
20+ DFLAGS =-m$(MODEL ) -conf= -O -release -dip25 -inline -w -Isrc -Iimport
21+ UDFLAGS =-m$(MODEL ) -conf= -O -release -dip25 -w -Isrc -Iimport
2222DDOCFLAGS=-conf = -c -w -o- -Isrc -Iimport -version=CoreDdoc
2323
2424# CFLAGS=/O2 /I"$(VCDIR)"\INCLUDE /I"$(SDKDIR)"\Include
You can’t perform that action at this time.
0 commit comments