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 @@ -79,7 +79,7 @@ ifeq (solaris,$(OS))
79
79
endif
80
80
81
81
# Set DFLAGS
82
- UDFLAGS:=-conf = -Isrc -Iimport -w -de -dip1000 -preview=fieldwise $(MODEL_FLAG ) $(PIC ) $(OPTIONAL_COVERAGE ) -preview=dtorfields
82
+ UDFLAGS:=-conf = -Isrc -Iimport -w -de -dip1000 -preview=fieldwise $(MODEL_FLAG ) $(PIC ) $(OPTIONAL_COVERAGE ) -preview=dtorfields -transition=complex
83
83
ifeq ($(BUILD ) ,debug)
84
84
UDFLAGS += -g -debug
85
85
DFLAGS:=$(UDFLAGS)
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ HOST_DMD=dmd
14
14
DOCDIR =doc
15
15
IMPDIR =import
16
16
17
- DFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -inline -w -Isrc -Iimport
18
- UDFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -w -Isrc -Iimport
17
+ DFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -transition=complex - inline -w -Isrc -Iimport
18
+ UDFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -transition=complex - w -Isrc -Iimport
19
19
DDOCFLAGS=-conf = -c -w -o- -Isrc -Iimport -version=CoreDdoc
20
20
21
21
UTFLAGS=-version =CoreUnittest -unittest -checkaction=context
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ IMPDIR=import
30
30
MAKE =make
31
31
HOST_DMD =dmd
32
32
33
- DFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -inline -w -Isrc -Iimport
34
- UDFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -w -version=_MSC_VER_$(_MSC_VER ) -Isrc -Iimport
33
+ DFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -transition=complex - inline -w -Isrc -Iimport
34
+ UDFLAGS =-m$(MODEL ) -conf= -O -release -dip1000 -preview=fieldwise -transition=complex - w -version=_MSC_VER_$(_MSC_VER ) -Isrc -Iimport
35
35
DDOCFLAGS=-conf = -c -w -o- -Isrc -Iimport -version=CoreDdoc
36
36
37
37
UTFLAGS=-version =CoreUnittest -unittest -checkaction=context
You can’t perform that action at this time.
0 commit comments